From ab34a525dcafeb7e941748b67e05760839ffa4ff Mon Sep 17 00:00:00 2001 From: Omar Rizwan <omar@omar.website> Date: Fri, 25 Dec 2020 15:54:53 -0800 Subject: add window symlink in tab folder --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index 8164eb2..76b353d 100755 --- a/test.c +++ b/test.c @@ -24,7 +24,7 @@ char* expand(char* phrase) { // expand path with wildcard // integration tests int main() { - assert(system("node extension/background.js") == 0); // run quick local JS tests + assert(system("node extension/background.js --unhandled-rejections=strict") == 0); // run quick local JS tests // reload the extension so we know it's the latest code. system("echo reload > fs/mnt/runtime/reload"); // this may error, but it should still have effect -- cgit v1.2.3