Skip to content

Commit bc4cd96

Browse files
committed
test: swap inline comparisons for snapshot testing
1 parent ffa5fbf commit bc4cd96

13 files changed

+16367
-3488
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
5353
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix",
5454
"test": "jest --config jestconfig.json",
55+
"updateSnapShots": "jest --updateSnapshot",
5556
"commmitizen": "git-cz",
5657
"build": "tsc",
5758
"prepare": "npm run build",

0 commit comments

Comments
 (0)