Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Meteor 1.4.3.2; switch from phantom to nightmare; fixes #198
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Apr 19, 2017
1 parent 1f3d926 commit f5974bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ simple:rest

# testing
xolvio:cleaner
dispatch:mocha-phantomjs
practicalmeteor:chai
practicalmeteor:sinon
practicalmeteor:mocha
Expand All @@ -76,3 +75,4 @@ dburles:factory

# security
[email protected]
dispatch:mocha
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"scripts": {
"start": "meteor",
"pretest": "npm run lint --silent",
"test": "meteor test --once --driver-package dispatch:mocha-phantomjs",
"test-app": "meteor test --full-app --once --driver-package dispatch:mocha-phantomjs",
"test": "TEST_BROWSER_DRIVER=nightmare meteor test --once --driver-package dispatch:mocha",
"test-app": "TEST_BROWSER_DRIVER=nightmare meteor test --full-app --once --driver-package dispatch:mocha",
"test-watch": "meteor test --driver-package practicalmeteor:mocha",
"test-app-watch": "meteor test --full-app --driver-package practicalmeteor:mocha",
"test-watch-terminal": "TEST_WATCH=1 meteor test --driver-package dispatch:mocha-phantomjs",
"test-app-watch-terminal": "TEST_WATCH=1 meteor test --full-app --driver-package dispatch:mocha-phantomjs",
"test-watch-terminal": "TEST_WATCH=1 TEST_BROWSER_DRIVER=nightmare meteor test --driver-package dispatch:mocha",
"test-app-watch-terminal": "TEST_WATCH=1 TEST_BROWSER_DRIVER=nightmare meteor test --full-app --driver-package dispatch:mocha",
"lint": "eslint ."
},
"dependencies": {
Expand All @@ -24,6 +24,7 @@
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-meteor": "^4.0.0",
"eslint-plugin-react": "^6.2.2",
"nightmare": "^2.10.0",
"shell-source": "^1.1.0",
"shelljs": "^0.7.4"
},
Expand Down

0 comments on commit f5974bc

Please sign in to comment.