Skip to content

Commit

Permalink
Test: Remove legacy test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 7, 2016
1 parent a6c4602 commit 8e2115d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 107 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@ node_modules: package.json | node-version
@$(NPM) install
@touch node_modules

# run `make test` in all discovered Makefiles
test: build
@npm run test-client
@npm run test-server
@npm run test-tests
@$(BIN)/run-all-tests

lint: node_modules/eslint node_modules/eslint-plugin-react node_modules/babel-eslint mixedindentlint
@$(NPM) run lint
Expand Down
87 changes: 0 additions & 87 deletions bin/run-all-tests

This file was deleted.

13 changes: 0 additions & 13 deletions bin/run-tests

This file was deleted.

7 changes: 2 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ test:
- client/**/*.jsx
- server/**/*.js
- server/**/*.jsx
- NODE_ENV=test make client/config/index.js && NODE_ENV=test ./bin/run-tests:
parallel: true
files:
- client/**/Makefile
- server/**/Makefile
- test/**/*.js
- test/**/*.jsx
- NODE_ENV=test make client/config/index.js && MOCHA_FILE=./test-results-client.xml npm run test-client -- --reporter=mocha-junit-reporter -w:
parallel: true
files:
Expand Down

0 comments on commit 8e2115d

Please sign in to comment.