Skip to main content
Latest
File
// jest.config.jsmodule.exports = { verbose: true, testMatch: ['**/src/**/*.test.ts']};