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

Commit

Permalink
Merge pull request #75 from contactlab/feature#72
Browse files Browse the repository at this point in the history
Cleanup tests
  • Loading branch information
LasaleFamine committed May 19, 2017
2 parents 988f521 + 6d82a3f commit d677d8e
Show file tree
Hide file tree
Showing 48 changed files with 1,149 additions and 1,221 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ branches:
- develop

script:
- xo && nyc ava --serial && nyc report --reporter=text-lcov | coveralls
- xo && nyc ava && nyc report --reporter=text-lcov | coveralls
62 changes: 0 additions & 62 deletions kubozer.conf.js

This file was deleted.

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "xo",
"pretest": "yarn run lint && yarn run build",
"test": "nyc ava --serial",
"test": "nyc ava",
"report": "nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"build": "babel src -d dist",
Expand Down Expand Up @@ -37,15 +37,12 @@
]
},
"ignores": [
"test/**/*",
"_testing.js"
"test/**/*"
]
},
"ava": {
"files": [
"test/*.js",
"!test/webpack.test.config.js",
"!test/src-test/**/*"
"test/*.test.js"
]
},
"repository": {
Expand Down Expand Up @@ -87,10 +84,10 @@
"babel-preset-env": "1.1.8",
"chalk": "1.1.3",
"coveralls": "2.11.15",
"execa": "0.6.3",
"figures": "2.0.0",
"get-stream": "3.0.0",
"nyc": "10.1.2",
"rimraf": "2.6.1",
"xo": "0.17.1"
}
}
272 changes: 0 additions & 272 deletions test/cli.js

This file was deleted.

Loading

0 comments on commit d677d8e

Please sign in to comment.