aboutsummaryrefslogtreecommitdiffstats
path: root/testem.yml
blob: a13422b3a36480646ba2cc97b85ebf8bef250f9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
launch_in_dev:
  - Chrome
  - Firefox
framework:
  - QUnit
test_page: "test/integration/index.html"
before_tests: "browserify ./mock-dev.js -o ./development/bundle.js"
after_tests: "rm ./development/bundle.js"
src_files: "./mock-dev.js"