We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ac734 commit 730ac5bCopy full SHA for 730ac5b
package.json
@@ -10,6 +10,8 @@
10
"scripts": {
11
"test": "npm run test:warn -- -- no-rollup-warnings",
12
"test:warn": "del-cli tests/{coverage,.nyc_output} && nyc --reporter=lcov ava tests/*.test.js --verbose --fail-fast",
13
+ "test:update": "npm run test:warn -- --update-snapshots -- no-rollup-warnings",
14
+ "test:update:warn": "npm run test:warn -- --update-snapshots",
15
"coverage": "codecov",
16
"clean": "del-cli dist tests/{coverage,.nyc_output}",
17
"build": "del-cli dist && rollup -c",
0 commit comments