Skip to content

Commit

Permalink
chore(test): removed chai references, using default vscode test asser…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
erik-lieben committed Oct 2, 2016
1 parent 15d3b52 commit 9ece36a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"changelog": "node ./node_modules/conventional-changelog-cli/cli.js -p angular -i doc/CHANGELOG.md -s"
},
"devDependencies": {
"@types/chai": "^3.4.33",
"conventional-changelog-cli": "^1.2.0",
"tslint": "^3.15.1",
"typescript": "^2.0.3",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"moduleResolution" : "node",
"lib": ["es2015"],
"types" : [
"chai"
]
},
"exclude": [
Expand Down

0 comments on commit 9ece36a

Please sign in to comment.