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