Skip to content

Commit

Permalink
chore: @W-12740677 revert JSON to being non-remapped (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton authored Mar 28, 2023
1 parent 8d5dd85 commit 1334289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/near-membrane-base/src/intrinsics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ESGlobalKeys = [

// *** 18.4 Other Properties of the Global Object
// 'Atomics', // Remapped
// 'JSON', // Remapped
'JSON',
'Math',
'Reflect',

Expand Down
3 changes: 1 addition & 2 deletions test/membrane/json.spec.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import createVirtualEnvironment from '@locker/near-membrane-dom';

describe('JSON', () => {
// @TODO: Fix in 246 with performance optimization.
xit('stringify of blue objects with modified properties', () => {
it('stringify of blue objects with modified properties', () => {
expect.assertions(1);

let takeInside;
Expand Down

0 comments on commit 1334289

Please sign in to comment.