SYNC: fixed test

This commit is contained in:
SPRINX0\prochazka
2025-02-24 13:26:32 +01:00
committed by Diflow
parent bdd9dc8c9d
commit d79f82e9b8
7 changed files with 61 additions and 27 deletions

View File

@@ -36,7 +36,7 @@
"test:team": "start-server-and-test start:team http://localhost:3000 cy:run:team",
"test:multi-sql": "start-server-and-test start:multi-sql http://localhost:3000 cy:run:multi-sql",
"test": "yarn test:add-connection && yarn test:portal && yarn test:oauth && yarn test:browse-data && yarn test:team && yaran test:multi-sql",
"test": "yarn test:add-connection && yarn test:portal && yarn test:oauth && yarn test:browse-data && yarn test:team && yarn test:multi-sql",
"test:ci": "yarn test"
},
"dependencies": {}