diff options
Diffstat (limited to 'testem.yml')
-rw-r--r-- | testem.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testem.yml b/testem.yml index 7923a2929..2cf40f7f4 100644 --- a/testem.yml +++ b/testem.yml @@ -6,4 +6,5 @@ launch_in_ci: - Firefox framework: - qunit +before_tests: "npm run buildCiUnits" test_page: "test/integration/index.html" |