addition of new dashboard

This commit is contained in:
2026-08-20 15:08:32 +00:00
parent 0622018d95
commit bf59249ed7
161 changed files with 13170 additions and 119 deletions

8
backend/jest.config.js Normal file
View 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,
};