Skip to content

Commit

Permalink
fix(components): stencil unit test by adding jest config similar to i…
Browse files Browse the repository at this point in the history
…nternet-header (#2329)
  • Loading branch information
imagoiq authored Nov 30, 2023
1 parent 972a6f4 commit dd41e0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ www
cypress
stencil.config.ts
cypress.config.js
jest.config.js
.eslintrc.js
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: 'ts-jest',
testEnvironment: 'jsdom',
};

0 comments on commit dd41e0e

Please sign in to comment.