Compare commits
No commits in common. "cd83f026cdf1d6539b600c54f41998f47201b0b6" and "b5e1acf4e308a5f6d859a6634399d40f1a9fbbe3" have entirely different histories.
cd83f026cd
...
b5e1acf4e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,4 +3,3 @@ node_modules/
|
||||
coverage/
|
||||
*.swp
|
||||
*.swo
|
||||
.env
|
@ -8,7 +8,6 @@
|
||||
"lint": "eslint",
|
||||
"test": "node --experimental-vm-modules node_modules/.bin/jest",
|
||||
"coverage": "./scripts/coverage.sh",
|
||||
"coverage-report": "npm run test -- --coverage --coverageDirectory=coverage",
|
||||
"example-app": "node dist/examples/app.js"
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user