Skip to content

Commit 5b5f91d

Browse files
committed
introducing unit testing
1 parent 16924c7 commit 5b5f91d

File tree

14 files changed

+2060
-41
lines changed

14 files changed

+2060
-41
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[include]
55

66
[libs]
7+
flow
78

89
[options]
910
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules/
2-
lib
2+
lib/
3+
coverage/
34
yarn-error.log
45
.DS_Store
5-
*.vscode*
6+
*.vscode*

0 commit comments

Comments
 (0)