Skip to content

Commit

Permalink
chore(🧪): don't search lib built files for tests (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Dec 6, 2024
1 parent f9c8119 commit cc15a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skia/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
// Ignore lib folder - contains build artifacts and should
// not be probed for tests
modulePathIgnorePatterns: [
"<rootDir>/lib/typescript",
"<rootDir>/lib",
"(setup)|(setup.(ts|tsx))$|globalSetup.ts|globalTeardown.ts",
],
transform: {
Expand Down

0 comments on commit cc15a30

Please sign in to comment.