We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eaa3d commit 1026977Copy full SHA for 1026977
packages/npm-packages/ruby-wasm-wasi/test/vm.test.js
@@ -63,10 +63,10 @@ describe("RubyVM", () => {
63
}).toThrowError("unexpected return");
64
expect(() => {
65
vm.eval(`next`);
66
- }).toThrowError("Can't escape from eval with next");
+ }).toThrowError("SyntaxError");
67
68
vm.eval(`redo`);
69
- }).toThrowError("Can't escape from eval with redo");
70
});
71
72
test("method call with args", async () => {
0 commit comments