1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Remove unnecessary env variables from setup

This commit is contained in:
Pedro Silva 2023-03-13 09:46:58 +00:00
parent 781ff726f0
commit 3a4548778c

View file

@ -1,11 +1,3 @@
//const env = require("../src/environment")
//env._set("BUDIBASE_SERVER_URL", "http://localhost:4100")
//env._set(
// "BUDIBASE_PUBLIC_API_KEY",
// "a65722f06bee5caeadc5d7ca2f543a43-d610e627344210c643bb726f"
//)
// mock all dates to 2020-01-01T00:00:00.000Z
// use tk.reset() to use real dates in individual tests
const MOCK_DATE = new Date("2020-01-01T00:00:00.000Z")