Skip to content

Commit d1a2836

Browse files
committed
ci: add jest.config.js to scope test runner to __tests__/
Signed-off-by: Mounil Kanakhara <mounilkankhara@gmail.com>
1 parent d12a989 commit d1a2836

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/scripts/jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/** @type {import('jest').Config} */
2+
module.exports = {
3+
testMatch: ["**/__tests__/**/*.test.js"],
4+
};

0 commit comments

Comments
 (0)