mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:46:00 +00:00
02559b61ba
* 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
38 lines
515 B
Plaintext
38 lines
515 B
Plaintext
node_modules/
|
|
lib/
|
|
esm/
|
|
es/
|
|
.env
|
|
.env.e2e
|
|
.DS_Store
|
|
yarn-error.log
|
|
lerna-debug.log
|
|
/.vscode
|
|
/.idea
|
|
*.sqlite
|
|
coverage
|
|
.umi
|
|
.umi-production
|
|
/uploads
|
|
.env.test
|
|
docs-dist/
|
|
.npmrc
|
|
dist/
|
|
docker/**/storage
|
|
cache/diskstore-*
|
|
*.nbdump
|
|
storage/duplicator/*
|
|
**/.dumi/tmp
|
|
**/.dumi/tmp-test
|
|
**/.dumi/tmp-production
|
|
packages/core/client/docs/contributing.md
|
|
packages/core/app/client/src/.plugins
|
|
storage/plugins
|
|
storage/tar
|
|
storage/tmp
|
|
storage/app.watch.ts
|
|
storage/logs-e2e
|
|
storage/uploads-e2e
|
|
tsconfig.paths.json
|
|
playwright
|
|
.swc |