Skip to content

Commit

Permalink
- Remove tests on dist
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Jan 7, 2021
1 parent a56d32a commit 48036c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-sitemap/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['^.+\\.*.js$'],
testPathIgnorePatterns: ['node_modules', 'dist', 'build'],
}

0 comments on commit 48036c8

Please sign in to comment.