Skip to content

Commit

Permalink
Integrated tests of both source modules
Browse files Browse the repository at this point in the history
Decided on using node-tap and integrated the tests from soft-delete into timestamp origins
  • Loading branch information
jouke committed Oct 26, 2016
1 parent 48230ae commit 76c3f2d
Show file tree
Hide file tree
Showing 11 changed files with 476 additions and 478 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ npm-debug.log
/index.js
/auditz.js
*.map
.nyc_output
.nyc_output
.coveralls.yml
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compile": "gulp babel",
"prepublish": "npm run compile",
"pretest": "eslint ./src/*.js && gulp babel",
"test": "_mocha --compilers js:babel-core/register && nyc tap ./test/ts/*.js",
"test": "nyc tap ./test/*.js",
"watch": "gulp",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"outdated": "npm outdated --depth=0"
Expand Down Expand Up @@ -54,7 +54,6 @@
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"coveralls": "latest",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
Expand All @@ -65,7 +64,6 @@
"loopback": "2.x",
"loopback-boot": "2.x",
"loopback-datasource-juggler": ">=2.33.2",
"mocha": "^2.3.4",
"nyc": "latest",
"tap": "latest"
}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"../common/models"
],
"mixins": [
"../../../../../"
"../../../../"
]
},
"User": {
Expand Down
File renamed without changes.
Loading

0 comments on commit 76c3f2d

Please sign in to comment.