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