mirror of
https://github.com/heyman/heynote.git
synced 2025-01-22 05:48:47 +01:00
Make sure __TESTS__ is defined when running tests
This commit is contained in:
parent
2b100398d7
commit
1bfcf5e2d2
@ -1,5 +1,7 @@
|
|||||||
import { defineConfig, devices } from '@playwright/test';
|
import { defineConfig, devices } from '@playwright/test';
|
||||||
|
|
||||||
|
process.env["HEYNOTE_TESTS"] = "1"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read environment variables from file.
|
* Read environment variables from file.
|
||||||
* https://github.com/motdotla/dotenv
|
* https://github.com/motdotla/dotenv
|
||||||
|
Loading…
Reference in New Issue
Block a user