Skip to content

Commit

Permalink
搭建测试工具
Browse files Browse the repository at this point in the history
  • Loading branch information
lmk123 committed Sep 18, 2017
1 parent 4d6829f commit 1bde9b9
Show file tree
Hide file tree
Showing 6 changed files with 2,061 additions and 206 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/node_modules/
/dist/
/dev.js
/.rpt2_cache/
/.*/
/coverage/
.DS_Store
/coverage/
/declaration/
Expand Down
8 changes: 8 additions & 0 deletions jasmine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"spec_dir": "test",
"spec_files": [
"**/*.ts"
],
"stopSpecOnExpectationFailure": false,
"random": false
}
Loading

0 comments on commit 1bde9b9

Please sign in to comment.