mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
/**
|
|
* Jest Config
|
|
*/
|
|
|
|
export default {
|
|
testMatch: ['<rootDir>/tests/unit/**/*.test.js'],
|
|
};
|