@descope/web-components-ui 1.0.178 → 1.0.179

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.178",
3
+ "version": "1.0.179",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -15,9 +15,9 @@
15
15
  }
16
16
  },
17
17
  "scripts": {
18
- "test": "jest",
19
- "test:playwright": "playwright test",
20
- "test:playwright:updateSnapshots": "npm run test:playwright -- --update-snapshots",
18
+ "test:unit": "jest",
19
+ "test:pw": "playwright test",
20
+ "test:pw:updateSnapshots": "npm run test:playwright -- --update-snapshots",
21
21
  "test:ui": "playwright test --ui",
22
22
  "test:ui:debug": "PWDEBUG=1 npm run test:playwright -- --update-snapshots",
23
23
  "test:ci": "npm run container:build && docker run --rm --network host -v $(pwd):/work/ -w /work/ descope-wcui-playwright-image",