5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
module.exports = {
|
|
testMatch: ['**/scripts/tests/*.test.js'],
|
|
transform: {},
|
|
};
|