Source code
Revision control
Copy as Markdown
Other Tools
/*
* For a detailed explanation regarding each configuration property and type check, visit:
*/
/** @type {import('jest').Config} */
module.exports = {
testMatch: ['<rootDir>/build/**/*.e2e.js'],
testEnvironment: 'node',
};