Compare commits

..

No commits in common. "cd83f026cdf1d6539b600c54f41998f47201b0b6" and "b5e1acf4e308a5f6d859a6634399d40f1a9fbbe3" have entirely different histories.

2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ node_modules/
coverage/
*.swp
*.swo
.env

View File

@ -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": {