mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
59e945562d
* Add page_hierarchy table * feat(ee): page-level permissions * pagination * rename migration fixes * fix * tabs * fix theme * cleanup * sync * page permissions notification * other fixes * sharing disbled * fix column nodes * toggle error handling
15 lines
408 B
JSON
15 lines
408 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": ".",
|
|
"testEnvironment": "node",
|
|
"testRegex": ".e2e-spec.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
},
|
|
"moduleNameMapper": {
|
|
"^@docmost/db/(.*)$": "<rootDir>/../src/database/$1",
|
|
"^@docmost/transactional/(.*)$": "<rootDir>/../src/integrations/transactional/$1",
|
|
"^@docmost/ee/(.*)$": "<rootDir>/../src/ee/$1"
|
|
}
|
|
}
|