laf/server/test/jest-e2e.json
Maslow 098e58d712
Clean-v0.8-codes (#403)
* clean old version codes

Signed-off-by: maslow <wangfugen@126.com>

* remove old codes & refactor dir struct

* merge next-web & move to web

* fix configs

* fix ci

Signed-off-by: maslow <wangfugen@126.com>
2022-11-10 15:35:55 +08:00

10 lines
183 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}