Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Aug 13, 2019
1 parent 4b12a61 commit 5120dca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/npm-debug.log
/test/multidep
/test/fixtures/project/dist
/dist
/dist

yarn-error.log
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"lint:fix": "eslint --fix lib test",
"prepare": "yarn build",
"pretest": "multidep test/multidep.json",
"test": "mocha",
"test:debug": "mocha --inspect-brk",
"test": "yarn build && mocha",
"test:debug": "yarn build && mocha --inspect-brk",
"watch": "tsc --watch"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/project-ts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 5120dca

Please sign in to comment.