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