javascript/strykerjs/jest.config.js (5 lines of code) (raw):

module.exports = { roots: ["<rootDir>/src"], testMatch: ["**/*.test.+(js)"], testEnvironment: "node", };