diff --git a/package.json b/package.json index 8ea32ca4..a2a819a8 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "prepublish": "npm run build", "build-only": "tsc || echo not ok", "pretest": "cd tests && npm install", - "test:ci": "cd tests && meteor test --once --driver-package=dispatch:mocha-phantomjs", - "test": "cd tests && meteor test --driver-package=dispatch:mocha-browser", + "test:ci": "cd tests && meteor test --once --driver-package dispatch:mocha-phantomjs", + "test": "cd tests && meteor test --driver-package practicalmeteor:mocha", "lint": "tslint src/**/*.ts", "bundle": "rollup -i ./dist/index.js -o ./dist/bundles/index.umd.js -n meteor.rxjs -c rollup.config.js" },