Skip to content

Commit 1b9fa74

Browse files
committed
feat: use jest instead
1 parent 8e65011 commit 1b9fa74

File tree

2 files changed

+3547
-0
lines changed

2 files changed

+3547
-0
lines changed

package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "testing",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "jest"
8+
},
9+
"author": "MB",
10+
"license": "ISC",
11+
"devDependencies": {
12+
"jest": "^24.9.0"
13+
}
14+
}

0 commit comments

Comments
 (0)