loom/jest.config.js

9 lines
127 B
JavaScript

export default {
// The glob patterns Jest uses to detect test files
testMatch: [
'**/test/**/*.test.(mjs|js)',
],
};