@pantheon-systems/pds-toolkit-react 1.0.0-dev.58 → 1.0.0-dev.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "1.0.0-dev.58",
4
+ "version": "1.0.0-dev.59",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,8 +35,8 @@
35
35
  "test": "playwright test",
36
36
  "pretest:vrt": "npm run build:css",
37
37
  "test:vrt": "playwright test --project 'vrt:chromium' 'vrt:firefox' 'vrt:webkit' 'vrt:Mobile Chrome' 'vrt:Mobile Safari'",
38
- "pretest:vrt:update-snapshots": "npm run build:css",
39
- "test:vrt:update-snapshots": "npm run test:vrt -- --update-snapshots",
38
+ "pretest:vrt:update": "npm run build:css",
39
+ "test:vrt:update": "npm run test:vrt -- --update-snapshots",
40
40
  "pretest:a11y:generate": "npm run build:css",
41
41
  "test:a11y:generate": "npm run storybook:build && npx sb extract && node __tests__/a11y/a11y.generate-tests.js",
42
42
  "test:a11y": "playwright test --project 'a11y'",