addition of new dashboard
This commit is contained in:
8
backend/jest.config.js
Normal file
8
backend/jest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// Native ESM: tests run under Node's experimental VM modules, no Babel.
|
||||
// packages/ is excluded — @jlinc/core ships its own suite.
|
||||
export default {
|
||||
testEnvironment: "node",
|
||||
transform: {},
|
||||
testPathIgnorePatterns: ["/node_modules/", "/packages/"],
|
||||
clearMocks: true,
|
||||
};
|
||||
Reference in New Issue
Block a user