Skip to content

Commit

Permalink
Updated deps and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed May 12, 2022
1 parent 7c67666 commit 97f5858
Show file tree
Hide file tree
Showing 6 changed files with 2,310 additions and 1,550 deletions.
8 changes: 5 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx' ],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '<rootDir>/coverage',
collectCoverageFrom: [
'src/**/*.tsx',
'!src/index.ts',
],
testMatch: [ '<rootDir>/test/**/*.(test|spec).{js,jsx,ts,tsx}' ],
testMatch: ['<rootDir>/test/**/*.(test|spec).{js,jsx,ts,tsx}'],
testEnvironment: 'jsdom',
testURL: 'http://localhost',
testEnvironmentOptions: {
url: 'http://localhost'
},
};
Loading

0 comments on commit 97f5858

Please sign in to comment.