mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
c073908027
* feat: new tag types table * fix: update loader text * fix: update header * fix: regenerator runtime * fix: update snapshot
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
import '@testing-library/jest-dom';
|
|
import 'whatwg-fetch';
|
|
import 'regenerator-runtime';
|
|
|
|
process.env.TZ = 'UTC';
|