Closed magne4000 closed 2 months ago
BATI_TEST global is true only when running e2e tests, false otherwise.
BATI_TEST
true
e2e
false
// Works like `BATI.has`, directly in typescript or within comments if (BATI_TEST) { console.log("TEST only"); } //# BATI_TEST console.log("TEST only");
BATI_TEST
global istrue
only when runninge2e
tests,false
otherwise.