Skip to content

Commit

Permalink
Rename e2e update script: test:e2e:update
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Feb 27, 2025
1 parent b74b475 commit e0927d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"sign": "node debug/sign.js",
"start": "vite build --config vite.preload.config.ts && vite build --watch --mode startwatch",
"test:e2e": "npx playwright test",
"test:e2e:update": "npx playwright test --update-snapshots",
"test:unit": "vitest run",
"test:update-snapshots": "npx playwright test --update-snapshots",
"todesktop:afterPack": "./scripts/todesktop/afterPack.cjs",
"todesktop:beforeInstall": "./scripts/todesktop/beforeInstall.cjs",
"typescript": "tsc -p tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ When test screenshots are out of date, they must be updated with the following p
2. Manually verify that the only things changed are what's expected
3. Run this locally:
```bash
npm run test:update-snapshots
npm run test:e2e:update
```
4. Commit new expectations

Expand Down

0 comments on commit e0927d8

Please sign in to comment.