Skip to content

Commit 082c963

Browse files
committed
Add npm command to update Jest snapshots
1 parent 511c94c commit 082c963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/data-grid/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"test": "jest",
1313
"test:coverage": "jest --collectCoverage",
1414
"test:watch": "jest --watch",
15+
"test:update": "jest --updateSnapshot",
1516
"format": "eslint --fix src/**/*.{js,jsx} && prettier --write {src}/**/*.{graphql,json,css,md} .babelrc .prettierrc package.json README.md CONTRIBUTING.md",
1617
"lint": "eslint src/**/*.{js,jsx} postcss.config.js",
1718
"prepare": "npm run build"

0 commit comments

Comments
 (0)