This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nocobase
Watch
1
Star
0
Fork
0
You've already forked nocobase
mirror of
https://github.com/nocobase/nocobase
synced
2024-11-15 18:08:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d574c8c7ce
nocobase
/
jest.setupAfterEnv.ts
4 lines
64 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(ci): run backend tests concurrently (#2815) * chore: run backend tests concurrently * fix: mock app server create database * chore: using @swc/jest instead of ts-jest * chore: create test database * chore: database distributor * fix: test collection manager * fix: test * chore: to use Jest.mock, change the formatter to the commonjs module * chore: db acquire * chore: github action * fix: pg test action * chore: formatter * chore: jest workaround * fix: mysql test * chore: mysql github action * chore: clean storage * chore: gitignore * chore: max workers
2023-10-17 14:22:45 +00:00
import
{
jest
}
from
'@jest/globals'
;
test: should load the .env.test (#1678)
2023-04-10 00:48:26 +00:00
feat(ci): run backend tests concurrently (#2815) * chore: run backend tests concurrently * fix: mock app server create database * chore: using @swc/jest instead of ts-jest * chore: create test database * chore: database distributor * fix: test collection manager * fix: test * chore: to use Jest.mock, change the formatter to the commonjs module * chore: db acquire * chore: github action * fix: pg test action * chore: formatter * chore: jest workaround * fix: mysql test * chore: mysql github action * chore: clean storage * chore: gitignore * chore: max workers
2023-10-17 14:22:45 +00:00
jest
.
setTimeout
(
100000
)
;
Reference in New Issue
Copy Permalink