Skip to content

Commit

Permalink
Revert "fix(components): stencil unit test require puppeteer" (#2322)
Browse files Browse the repository at this point in the history
Reverts #2321
  • Loading branch information
imagoiq authored Nov 30, 2023
1 parent bc91b53 commit ef6d8da
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 531 deletions.
3 changes: 1 addition & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"devDependencies": {
"@percy/cli": "1.27.4",
"@percy/cypress": "3.1.2",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil/core": "4.7.2",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.7",
"@types/jest": "27.5.2",
Expand All @@ -61,7 +61,6 @@
"jest": "27.5.1",
"jest-cli": "27.5.1",
"npm-run-all": "4.1.5",
"puppeteer": "21.5.2",
"rimraf": "5.0.5",
"sass": "1.69.5",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"start": "pnpm clean & pnpm prebuild:managerui --style=expanded & storybook dev -p 9000 --quiet --docs",
"start:headless": "pnpm clean & pnpm prebuild:managerui --style=expanded & storybook dev -p 9001 --quiet --no-open --docs",
"build": "pnpm clean & pnpm prebuild:managerui --style=compressed --no-source-map & storybook build --quiet --docs",
"clean": "rimraf storybook-static public/manager -v",
"clean": "rimraf storybook-static public/manager",
"e2e": "cypress run",
"e2e:watch": "cypress open",
"snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9"
Expand Down
Loading

0 comments on commit ef6d8da

Please sign in to comment.