This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2025-01-11 00:08:30 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d65ceeacc8
unleash.unleash
/
frontend
/
src
/
setupTests.ts
5 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: format files (#719) * refactor: fix deprecated prettier config name * refactor: add fmt scripts * refactor: check fmt during CI * refactor: format files
2022-02-18 09:51:10 +01:00
import
'@testing-library/jest-dom'
;
refactor: adapt to Vite (#940) * chore: adapt to vite * remove react-scripts * add jsdom dep, update snaps * fix tests * fix: formatting * fix: vercel rewrite * fix: regeneratorRuntime is not defined Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai> Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com>
2022-05-05 17:15:22 +02:00
import
'whatwg-fetch'
;
test(form): add enzyme tests
2018-02-16 20:45:05 +01:00
fix: babel-preset-env (#190) * changed do @babel/preset-env * runned lint fix * added beforeEach in ui-config-store-test
2019-10-09 19:58:49 +02:00
process
.
env
.
TZ
=
'UTC'
;
Reference in New Issue
Copy Permalink