test validateKey (#2485)

add validateKey.test.ts
This commit is contained in:
jiabaow
2024-05-29 10:01:35 -07:00
committed by GitHub
parent 97386bc3b2
commit f5b08864b8
2 changed files with 43 additions and 1 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
"cypress:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https-get://localhost:3000 cypress:run"
"cypress:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https-get://localhost:3000 cypress:run",
"test": "jest"
},
"keywords": [],
"homepage": "https://flowiseai.com",