From 1478c9fa8cf7ac039aee15c9b2ea6fa3a022f842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 5 Jan 2023 17:53:06 +0900 Subject: [PATCH] Update test refs --- .../binding_core_wasm/__tests__/simple.js | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bindings/binding_core_wasm/__tests__/simple.js b/bindings/binding_core_wasm/__tests__/simple.js index 6f4e2c1a48d0..035e26cf0934 100644 --- a/bindings/binding_core_wasm/__tests__/simple.js +++ b/bindings/binding_core_wasm/__tests__/simple.js @@ -109,8 +109,8 @@ describe("parse", () => { "optional": false, "span": Object { "ctxt": 1, - "end": 394, - "start": 391, + "end": 324, + "start": 321, }, "type": "Identifier", "value": "Foo", @@ -119,8 +119,8 @@ describe("parse", () => { "isAbstract": false, "span": Object { "ctxt": 0, - "end": 397, - "start": 385, + "end": 327, + "start": 315, }, "superClass": null, "superTypeParams": null, @@ -131,8 +131,8 @@ describe("parse", () => { "interpreter": null, "span": Object { "ctxt": 0, - "end": 397, - "start": 385, + "end": 327, + "start": 315, }, "type": "Module", } @@ -156,8 +156,8 @@ describe("parse", () => { "optional": false, "span": Object { "ctxt": 1, - "end": 407, - "start": 404, + "end": 337, + "start": 334, }, "type": "Identifier", "value": "Foo", @@ -166,8 +166,8 @@ describe("parse", () => { "isAbstract": false, "span": Object { "ctxt": 0, - "end": 410, - "start": 398, + "end": 340, + "start": 328, }, "superClass": null, "superTypeParams": null, @@ -178,8 +178,8 @@ describe("parse", () => { "interpreter": null, "span": Object { "ctxt": 0, - "end": 410, - "start": 398, + "end": 340, + "start": 328, }, "type": "Module", }