Get tests running again

This commit is contained in:
Joe Fiorini
2015-07-22 17:15:55 -04:00
parent e2453b4199
commit f360a625ea
13 changed files with 30 additions and 30 deletions

View File

@@ -1,25 +1,23 @@
---
framework: mocha
cwd: awx/ui/
cwd: awx/ui/client
port: 7358
src_files:
- client/**/*.js
- client/**/*.js
- src/**/*.js
- tests/**/*.js
serve_files:
- static/tower.concat.js
- static/tests/**/*.js
- static/tests/unit.js
- ../static/tower.concat.js
- ../static/tests/**/*.js
- ../static/tests/unit.js
unsafe_file_serving: true
test_page: tests.html
disable_watching: true
routes:
/awx/ui/static: /static
/tests.html: ../../packaging/grunt/testem.mustache
/test-loader.js: client/lib/ember-cli-test-loader/test-loader.js
/vendor: ../../node_modules
/angular-mocks.js: static/lib/angular-mocks/angular-mocks.js
/templates.js: static/templates.js
/static: ../static
/tests.html: ../../../packaging/grunt/testem.mustache
/test-loader.js: lib/ember-cli-test-loader/test-loader.js
/vendor: ../../../node_modules
/angular-mocks.js: lib/angular-mocks/angular-mocks.js
reporter: xunit
launch_in_dev:
- Mocha
@@ -27,4 +25,4 @@ launch_in_ci:
- PhantomJS
launchers:
Mocha:
command: npm test
command: make node-tests