fix: tests ()

This commit is contained in:
Daniel Lautzenheiser
2023-04-18 23:05:15 -04:00
committed by GitHub
parent ad694ef56d
commit 6be11c749e
8 changed files with 107 additions and 30 deletions
packages/core
src
components
collections
common
lib/util
widgets/select
test

@ -1,3 +1,5 @@
module.exports = async () => {
process.env.TZ = 'US/Hawaii';
};
globalThis.IS_REACT_ACT_ENVIRONMENT = true;