Skip to content

Commit 37f1780

Browse files
authored
Merge pull request #121 from brendandburns/coverage
Add tests for watch, fix a bug.
2 parents 51aff29 + c02ceb7 commit 37f1780

35 files changed

+178
-7370
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
dist
22
node_modules
3-
/node-client/src/.gitignore
4-
/node-client/src/package.json
5-
/node-client/src/git_push.sh
6-
/node-client/src/tsconfig.json
7-
/node-client/src/typings.json
3+
node-client/src/.gitignore
4+
node-client/src/package.json
5+
node-client/src/git_push.sh
6+
node-client/src/tsconfig.json
7+
node-client/src/typings.json
8+
node-client/coverage/*
89
.vscode/*
910
examples/package-lock.json
1011
node-client/.nyc_output

node-client/coverage/attach.ts.html

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)