summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-08-15 19:54:44 +0800
committerGitHub <noreply@github.com>2021-08-15 13:54:44 +0200
commitd1fe03d677e4241c55d07837d7cd5c1451330b4b (patch)
treec06e95bdd8de4fbaf015d610224d783f78860d58 /cli/tests/integration/test_tests.rs
parent2ca454b402d48c1808f8233c5adedc11b714c63c (diff)
fix(test): dispatch load event before tests are run (#11708)
Diffstat (limited to 'cli/tests/integration/test_tests.rs')
-rw-r--r--cli/tests/integration/test_tests.rs6
1 files changed, 6 insertions, 0 deletions
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,