mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
import '@babel/polyfill';
|
|
import './commands';
|
|
|
|
beforeEach(() => {
|
|
window.localStorage.setItem('/betaModalPrivacy', true);
|
|
}); |