Iterate on test setup

This commit is contained in:
Nick Gerleman
2022-12-24 00:25:02 -08:00
parent 0a82167c30
commit 0f67a0a458
38 changed files with 36 additions and 61 deletions

View File

@@ -8,4 +8,4 @@
*/
const asm = require('../build/asmjs-sync');
module.exports = require("./entrySync")(asm);
module.exports = require("./_entrySync")(asm);