Skip to content

Commit 3170a52

Browse files
committed
+mocha +nyc
1 parent 0671cf7 commit 3170a52

File tree

3 files changed

+4395
-71
lines changed

3 files changed

+4395
-71
lines changed

.gitignore

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
tags
2-
ctagsrc
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Coverage directory used by tools like istanbul
7+
coverage
8+
9+
# nyc test coverage
10+
.nyc_output
11+
12+
# Dependency directories
313
node_modules
4-
.tmp/*
14+
15+
# Optional npm cache directory
16+
.npm
17+
18+
# Optional REPL history
19+
.node_repl_history
20+
21+
.tmp

0 commit comments

Comments
 (0)