mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-13 01:20:59 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
import '@babel/polyfill';
|
|
import './commands';
|
|
|
|
beforeEach(() => {
|
|
window.localStorage.setItem('/betaModalPrivacy', true);
|
|
});
|