Skip to content

Commit be90f38

Browse files
committed
fix tests
1 parent 276499d commit be90f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
transform: {
1111
'^.+\\.[tj]sx?$': ['babel-jest', { configFile: './babel.config.mjs' }],
1212
},
13-
transformIgnorePatterns: ['/node_modules/(?!lit-html).+\\.js'],
13+
transformIgnorePatterns: ['/node_modules/(?!(lit-html|@exodus/bytes)/).+\\.js'],
1414
setupFilesAfterEnv: ['./test/helpers/setup.ts'],
1515
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
1616
roots: ['<rootDir>/src', '<rootDir>/test', '<rootDir>/__mocks__'],

0 commit comments

Comments
 (0)