Skip to content

Commit

Permalink
Workaround 'rustwasm-ffi/tests/node' issues on Node.js 10.x, cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Oct 18, 2023
1 parent d1c0110 commit cc76374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rustwasm-ffi/tests/node/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ test('MyClass', async () => {
expect(typeof Mod.ffi).toBe('object'); // e.g. {"MyClass": [Function A]}
expect(wbg.run(Mod.ffi)).toBe(10);
});
} // !!
} else { test('dummy', () => {}); } // !!

0 comments on commit cc76374

Please sign in to comment.