From d1fe03d677e4241c55d07837d7cd5c1451330b4b Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sun, 15 Aug 2021 19:54:44 +0800 Subject: fix(test): dispatch load event before tests are run (#11708) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration/test_tests.rs') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 36bd6b94c..355a3c261 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -49,6 +49,12 @@ itest!(fail { output: "test/fail.out", }); +itest!(load_unload { + args: "test test/load_unload.ts", + exit_code: 0, + output: "test/load_unload.out", +}); + itest!(doc { args: "test --doc --allow-all test/doc.ts", exit_code: 1, -- cgit v1.2.3