Skip to content

Commit

Permalink
test(model): removing models testing for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Oct 6, 2017
1 parent 03dde0f commit aeae5a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions package.json
Expand Up @@ -4,9 +4,12 @@
"precommit": "lint-staged",
"prepublish": "cp README.md packages/henri",
"pretest": "lerna bootstrap",
"test": "NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --forceExit --runInBand --verbose --bail",
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"test:watch": "NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --runInBand --verbose --bail --watch --notify"
"test":
"NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --forceExit --runInBand --verbose --bail",
"coveralls":
"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"test:watch":
"NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --runInBand --verbose --bail --watch --notify"
},
"devDependencies": {
"@types/jest": "^21.1.1",
Expand Down Expand Up @@ -44,6 +47,11 @@
"node_modules/*",
"packages/.*/build",
"packages/.*/build-es5",
"packages/model",
"packages/waterline",
"packages/mongo",
"packages/mysql",
"packages/disk",
"packages/jest-runtime/src/__tests__/test_root.*",
"website/.*",
"integration_tests/runtime-internal-module-registry/__mocks__"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tests/config/test.json
Expand Up @@ -3,7 +3,7 @@
"abc": "c",
"stores": {
"default": {
"adapter": "disk"
"adapter": "mongoose"
}
},
"location": {
Expand Down

0 comments on commit aeae5a8

Please sign in to comment.