aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2020-12-25 15:54:53 -0800
committerOmar Rizwan <omar@omar.website>2020-12-25 15:54:53 -0800
commitab34a525dcafeb7e941748b67e05760839ffa4ff (patch)
tree9f93dbc45be63bbcc434106357588f7fe78b2cf4 /test.c
parentf3ea7349c0de957e839edb394f357949491d7c67 (diff)
add window symlink in tab folder
Diffstat (limited to 'test.c')
-rwxr-xr-xtest.c2
1 files changed, 1 insertions, 1 deletions
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