mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-11-29 10:37:32 -05:00
style(js): fix auto-fixable problems in JS test files
This commit is contained in:
parent
c2c1f37885
commit
cdbeaeb076
3 changed files with 7 additions and 7 deletions
|
|
@ -72,7 +72,7 @@ describe('Check', function () {
|
|||
);
|
||||
Object.defineProperty(window, 'crypto', {
|
||||
value: new WebCrypto(),
|
||||
writeable: false,
|
||||
writeable: false
|
||||
});
|
||||
Legacy.Check.init();
|
||||
const result1 = Legacy.Check.getInit() && Legacy.Check.getStatus(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue