Skip to content

Commit

Permalink
Merge branch 'main' into 806-add-open-graph-meta-tags-in-storybook-he…
Browse files Browse the repository at this point in the history
…ader
  • Loading branch information
imagoiq authored Nov 30, 2023
2 parents e79ee36 + ff1115e commit dd7a57d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
5 changes: 5 additions & 0 deletions packages/components/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: '@stencil/core/testing',
testEnvironment: 'node',
};
3 changes: 2 additions & 1 deletion 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/core": "4.7.2",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil/core": "4.7.2",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.7",
"@types/jest": "27.5.2",
Expand All @@ -60,6 +60,7 @@
"eslint-plugin-react": "7.33.2",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"jest-environment-node": "27.5.1",
"npm-run-all": "4.1.5",
"rimraf": "5.0.5",
"sass": "1.69.5",
Expand Down
34 changes: 20 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd7a57d

Please sign in to comment.