Skip to content

Commit

Permalink
build(validate): Jest ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jul 20, 2024
1 parent c849253 commit 3806813
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/plugin-webpack-validate/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module.exports = {
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
testPathIgnorePatterns: [
'/__fixtures__/',
'/node_modules/',
'/lib/',
'/lib-esm/',
'/types/',
],
testPathIgnorePatterns: ['/__fixtures__/', '/node_modules/', '/lib/', '/lib-esm/', '/types/'],
transform: {
'.*.ts$': [
'ts-jest',
{
tsConfig: 'tsconfig.lib.json',
},
],
},
};

0 comments on commit 3806813

Please sign in to comment.