Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Jun 28, 2023
1 parent 5934c31 commit 4631e7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tools/hangar/__snapshots__/test_corpus/valid/class.w_test_sim.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ pass ─ class.wsim » root/env2/test:devived class init body happens after supe
pass ─ class.wsim » root/env3/test:inflight super constructor
fail ┌ class.wsim » root/env4/test:soar
│ ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
│ at new Soar (/var/folders/9k/cmjcrgls2ss6lhyjgrggwwgm0000gn/T/wing-bundles-FGxWzl/index.js:31:20)
│ at $Closure5.handle (/var/folders/9k/cmjcrgls2ss6lhyjgrggwwgm0000gn/T/wing-bundles-FGxWzl/index.js:19:11)
│ at exports.handler (/var/folders/9k/cmjcrgls2ss6lhyjgrggwwgm0000gn/T/wing-bundles-FGxWzl/index.js:63:9)
│ at async Object.withTrace (/Users/hasan/repos/monada/wing/libs/wingsdk/lib/testing/simulator.js:72:38)
│ at async TestRunnerClient.runTest (/Users/hasan/repos/monada/wing/libs/wingsdk/lib/target-sim/test-runner.inflight.js:31:13)
│ at async testSimulator (/Users/hasan/repos/monada/wing/apps/wing/dist/commands/test.js:199:22)
│ at async testOne (/Users/hasan/repos/monada/wing/apps/wing/dist/commands/test.js:114:20)
└ at async test (/Users/hasan/repos/monada/wing/apps/wing/dist/commands/test.js:55:39)
│ at new Soar (/tmp/wing-bundles-owERH3/index.js:31:20)
│ at $Closure5.handle (/tmp/wing-bundles-owERH3/index.js:19:11)
│ at exports.handler (/tmp/wing-bundles-owERH3/index.js:63:9)
│ at async Object.withTrace (/home/runner/work/wing/wing/tools/hangar/tmp/node_modules/@winglang/sdk/lib/testing/simulator.js:72:38)
│ at async TestRunnerClient.runTest (/home/runner/work/wing/wing/tools/hangar/tmp/node_modules/@winglang/sdk/lib/target-sim/test-runner.inflight.js:31:13)
│ at async testSimulator (/home/runner/work/wing/wing/tools/hangar/tmp/node_modules/winglang/dist/commands/test.js:199:22)
│ at async testOne (/home/runner/work/wing/wing/tools/hangar/tmp/node_modules/winglang/dist/commands/test.js:114:20)
└ at async test (/home/runner/work/wing/wing/tools/hangar/tmp/node_modules/winglang/dist/commands/test.js:55:39)
Tests 1 failed | 4 passed (5)
Expand Down

0 comments on commit 4631e7c

Please sign in to comment.