mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
|
import './commands';
|
||
|
|
||
|
beforeEach(() => {
|
||
|
window.localStorage.setItem('/betaModalPrivacy', true);
|
||
|
});
|