Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 5, 2023
1 parent e635aeb commit 1478c9f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bindings/binding_core_wasm/__tests__/simple.js
Expand Up @@ -109,8 +109,8 @@ describe("parse", () => {
"optional": false,
"span": Object {
"ctxt": 1,
"end": 394,
"start": 391,
"end": 324,
"start": 321,
},
"type": "Identifier",
"value": "Foo",
Expand All @@ -119,8 +119,8 @@ describe("parse", () => {
"isAbstract": false,
"span": Object {
"ctxt": 0,
"end": 397,
"start": 385,
"end": 327,
"start": 315,
},
"superClass": null,
"superTypeParams": null,
Expand All @@ -131,8 +131,8 @@ describe("parse", () => {
"interpreter": null,
"span": Object {
"ctxt": 0,
"end": 397,
"start": 385,
"end": 327,
"start": 315,
},
"type": "Module",
}
Expand All @@ -156,8 +156,8 @@ describe("parse", () => {
"optional": false,
"span": Object {
"ctxt": 1,
"end": 407,
"start": 404,
"end": 337,
"start": 334,
},
"type": "Identifier",
"value": "Foo",
Expand All @@ -166,8 +166,8 @@ describe("parse", () => {
"isAbstract": false,
"span": Object {
"ctxt": 0,
"end": 410,
"start": 398,
"end": 340,
"start": 328,
},
"superClass": null,
"superTypeParams": null,
Expand All @@ -178,8 +178,8 @@ describe("parse", () => {
"interpreter": null,
"span": Object {
"ctxt": 0,
"end": 410,
"start": 398,
"end": 340,
"start": 328,
},
"type": "Module",
}
Expand Down

0 comments on commit 1478c9f

Please sign in to comment.