Add .env.example

This commit is contained in:
Peter Maquiran
2021-07-10 09:11:03 +01:00
parent 451cfaa229
commit 0d2a832a21
8 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { environment } from './../src/environments/environment'
describe('Puppeteer tests', () => {
beforeAll(async () => {
// await page.goto('http://127.0.0.1:8080')
// await page.goto(process.env.PUPPETEER_HOST)
})
test('login', async () => {