loom/jest.config.js

9 lines
127 B
JavaScript
Raw Permalink Normal View History

2023-11-15 06:47:20 -08:00
export default {
// The glob patterns Jest uses to detect test files
testMatch: [
'**/test/**/*.test.(mjs|js)',
],
};