Skip to content

Commit

Permalink
remove test:update script. this is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 14, 2024
1 parent 846f877 commit 291676d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"prepublishOnly": "npm ci --package-lock --omit=dev && npx shx rm package-lock.json && npm shrinkwrap",
"patch": "npx patch-package",
"test": "jest",
"test:update": "jest --updateSnapshot",
"test:coverage": "jest --runInBand --coverageReporters=html --coverageReporters=text-summary",
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",
"test:record:reg": "jest --runInBand --config jest-nock-record.config.js test-nock-record/tenantRegistry.nock.test.js",
Expand Down

0 comments on commit 291676d

Please sign in to comment.