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