style(js): fix auto-fixable problems in JS test files

This commit is contained in:
rugk 2025-10-06 17:29:52 +00:00
parent c2c1f37885
commit cdbeaeb076
3 changed files with 7 additions and 7 deletions

View file

@ -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(),