Skip to content

Commit

Permalink
chore(typescript-tests): ignore *.d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
swnb committed Apr 9, 2024
1 parent 894b93e commit d9b99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/typescript-tests/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
testEnvironment: 'node',
extensionsToTreatAsEsm: [".ts"],
verbose: true,
testMatch: ['**/src/*.ts'],
testMatch: ['**/src/*.ts', '!**/src/*.d.ts'],
// TODO: migrate all test files and remove this
testPathIgnorePatterns: [
".*/src/custom_section.ts$",
Expand Down

0 comments on commit d9b99b9

Please sign in to comment.