Adds jest env var setup
Some checks failed
gitea-deepak/gog_frontend/pipeline/head There was a failure building this commit

This commit is contained in:
2021-01-18 17:56:22 -06:00
parent d680d16a76
commit 3998d43041

1
jest/setEnvVars.js Normal file
View File

@@ -0,0 +1 @@
process.env.API_ROOT = "http://localhost:8080/";