Skip to content

Commit b0e6100

Browse files
author
Phil Sturgeon
committed
Switched to mocha and should
1 parent 3541aad commit b0e6100

12 files changed

+3447
-532
lines changed

.gitignore

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
*.swp
1+
build.sh
2+
.coveralls.yml
3+
.node-version
4+
.nyc_output
5+
yarn.lock
6+
resolved.yaml
7+
8+
# Logs
9+
logs
10+
*.log
11+
npm-debug.log*
12+
13+
# Directory for instrumented libs generated by jscoverage/JSCover
14+
lib-cov
15+
16+
# Coverage directory used by tools like istanbul
17+
coverage
18+
19+
# Grunt intermediate storage
20+
# (http://gruntjs.com/creating-plugins#storing-task-files)
21+
.grunt
22+
23+
# node-waf configuration
24+
.lock-wscript
25+
26+
# Compiled binary addons (http://nodejs.org/api/addons.html)
27+
build/Release
28+
29+
# Dependency directories
230
node_modules
31+
jspm_packages
32+
33+
# Optional npm cache directory
34+
.npm
35+
36+
# Optional REPL history
37+
.node_repl_history

0 commit comments

Comments
 (0)