Skip to content

Commit

Permalink
ignore the tests in dist for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaymathur committed Apr 15, 2022
1 parent 1c527f0 commit 1d36475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
testPathIgnorePatterns: [
'/__fixtures__/'
'/__fixtures__/',
'/dist/'
],
preset: 'ts-jest',
testEnvironment: 'node',
Expand Down

0 comments on commit 1d36475

Please sign in to comment.