mirror of
https://git.um-react.app/um/web.git
synced 2025-11-16 21:54:23 +00:00
maintenance: add jest as unit test
This commit is contained in:
5
jest.config.js
Normal file
5
jest.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
moduleNameMapper: {
|
||||
'@/(.*)': '<rootDir>/src/$1'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user