tachybase_todo/packages/core/server/src
ChengLei Shao 261d4c4137
refactor: establish a sound testing system (#3179)
* chore: use vitest to replace jest

* chore: support vitest

* feat: vitest 1.0

* fix: test

* chore: yarn.lock

* chore: github actions

* fix: test

* fix: test

* fix: test

* fix: test

* fix: jest.fn

* fix: require

* fix: test

* fix: build

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: dynamic import

* fix: bug

* chore: yarn run test command

* chore: package.json

* chore: package.json

* chore: vite 5

* fix: fix variable test

* fix: import json

* feat: initEnv

* fix: env.APP_ENV_PATH

* chore: get package json

* fix: remove GlobalThmeProvider

* chore: update snap

* chore: test env

* chore: test env

* chore: import module

* chore: jest

* fix: load package json

* chore: test

* fix: bug

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* fix: import file in windows

* chore: import module with absolute file path

* fix: test error

* test: update snapshot

* chore: update yarn.lock

* fix: front-end tests do not include utils folder

* refactor: use vitest-dom

* fix: fix build

* fix: test error

* fix: change to vitest.config.mts

* fix: types error

* fix: types error

* fix: types error

* fix: error

* fix: test

* chore: test

* fix: test package

* feat: update dependencies

* refactor: test

* fix: error

* fix: error

* fix: __dirname is not defined in ES module scope

* fix: allow only

* fix: error

* fix: error

* fix: error

* fix: create-app

* fix: install-deps

* feat: update docs

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2023-12-21 20:39:11 +08:00
..
__tests__ refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
acl feat: acl optimization (#1136) 2023-01-09 07:35:48 +08:00
cache refactor(cache): improve cache (#3004) 2023-11-20 17:14:20 +08:00
commands fix: app fix at initialized state (#2908) 2023-10-25 08:41:38 +08:00
cron feat(application): cron job in application (#2730) 2023-09-27 19:31:14 +08:00
errors feat(database): append tree parent recursively (#2573) 2023-09-25 18:17:19 +08:00
gateway refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
helpers feat: application supervisor (#2353) 2023-08-24 17:47:45 +08:00
locale fix(localization): compatibility with plugin package names as namespaces (#3234) 2023-12-19 13:51:26 +08:00
middlewares perf(server): optimize performance of APIs (#3079) 2023-12-12 23:02:09 +08:00
migrations fix: migration error 2023-09-13 03:56:51 +08:00
plugin-manager refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
swagger fix: core doc filter params (#2695) 2023-09-21 16:00:33 +08:00
app-command.ts chore(command): set command handle by ipc server or not (#2660) 2023-09-19 14:39:54 +08:00
app-supervisor.ts feat(ci): run backend tests concurrently (#2815) 2023-10-17 22:22:45 +08:00
application.ts refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
helper.ts perf(server): optimize performance of APIs (#3079) 2023-12-12 23:02:09 +08:00
index.ts refactor: establish a sound testing system (#3179) 2023-12-21 20:39:11 +08:00
migration.ts feat: improve migrations (#510) 2022-06-17 10:25:59 +08:00
plugin.ts fix: removed plugins, no longer added when upgrading (#2917) 2023-10-26 11:01:45 +08:00