vue-vben-admin/tests/server
2021-06-23 22:37:30 +08:00
..
controller feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
service feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
ecosystem.config.js feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
index.ts feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
nodemon.json feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
package.json feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
README.md feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
routes.ts feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
tsconfig.json feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
utils.ts feat(test): add jest test suite 2021-06-17 23:00:12 +08:00
yarn.lock feat(test): add jest test suite 2021-06-17 23:00:12 +08:00

Test Server

It is used to start the test interface service, which can test the upload, websocket, login and other interfaces.

Usage


cd ./test/server

yarn

yarn start