Skip to content

Commit

Permalink
✅ Setup tape
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 31, 2018
1 parent ed269c8 commit cd40ac9
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 4 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@
],
"scripts": {
"precommit": "pretty-quick --staged",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'"
"lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",
"test:unit": "tape -r source-map-support/register 'dist/test/unit/**/*.js' | tap-spec",
"test": "yarn lint && yarn test:unit"
},
"devDependencies": {
"@types/tape": "4.2.32",
"husky": "1.1.2",
"prettier": "1.14.3",
"pretty-quick": "1.8.0",
"source-map-support": "0.5.9",
"tap-spec": "5.0.0",
"tape": "4.9.1",
"tslint": "5.11.0",
"typescript": "3.1.4",
"typescript-tslint-plugin": "0.0.4"
Expand Down
Loading

0 comments on commit cd40ac9

Please sign in to comment.