Updated Tests to use @quasar/testing package.

This commit is contained in:
Josh Krawczyk
2020-06-05 14:30:14 -04:00
parent 4fe2d280e3
commit 9419beefce
18 changed files with 2228 additions and 892 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
PROD_URL = "https://api.example.com"
DEV_URL = "https://api.example.com"
APP_URL = "https://app.example.com"
DEV_HOST = 0.0.0.0
DEV_PORT = 80