Skip to content

Commit 0cb728d

Browse files
committed
use multiple CORS_ALLOW_ORIGINS in test
1 parent b2cd5b7 commit 0cb728d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test: export DATABASE_URL=$(LOCAL_DB)
3636
test: export NEVER_LOAD_DOTENV=1
3737
test: export UNSAFE_SKIP_AUTH=1
3838
test: export FIREBASE_PROJECT_ID=mock-proj
39-
test: export CORS_ALLOW_ORIGINS="http://localhost:3000"
39+
test: export CORS_ALLOW_ORIGINS="http://localhost:3000,https://localhost:3001"
4040
test: dev-db
4141
cd server/src; ENV_FILE=../.env.dev bun test
4242
cd ./test; ENV_FILE=../server/.env.dev bun test

0 commit comments

Comments
 (0)