Skip to content

Commit db545d6

Browse files
committed
Add coverage report tests at 65%
1 parent 6ee2cae commit db545d6

File tree

3 files changed

+1047
-21
lines changed

3 files changed

+1047
-21
lines changed

.gitignore

+21-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
node_modules
2-
npm-debug.log
3-
yarn.lock
4-
*data.json
5-
*data*
6-
*.db
7-
.idea/
8-
*.bak
9-
*.new
10-
*.log
11-
v8.json
12-
*.DS_store
13-
isolate*.log
14-
.esm-cache
15-
.sessionStorage
16-
.localStorage
17-
/types/**/*.ts
18-
!/types/**/*.d.ts
19-
/gun.ts
20-
/temp/
1+
node_modules
2+
npm-debug.log
3+
yarn.lock
4+
*data.json
5+
*data*
6+
*.db
7+
.idea/
8+
*.bak
9+
*.new
10+
*.log
11+
v8.json
12+
*.DS_store
13+
isolate*.log
14+
.esm-cache
15+
.sessionStorage
16+
.localStorage
17+
/types/**/*.ts
18+
!/types/**/*.d.ts
19+
/gun.ts
20+
/temp/
21+
.nyc_output/

0 commit comments

Comments
 (0)