mirror of
https://github.com/zkitter/ui.git
synced 2026-01-09 13:18:00 -05:00
format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import crypto, { BinaryToTextEncoding } from 'crypto'
|
||||
import crypto, { BinaryToTextEncoding } from 'crypto';
|
||||
|
||||
window.matchMedia =
|
||||
window.matchMedia ||
|
||||
@@ -12,8 +12,10 @@ window.matchMedia =
|
||||
|
||||
// @ts-ignore
|
||||
global.EventSource = class EventSource {
|
||||
private str: any
|
||||
constructor(str: any) {this.str = str}
|
||||
private str: any;
|
||||
constructor(str: any) {
|
||||
this.str = str;
|
||||
}
|
||||
|
||||
onmessage = () => {};
|
||||
onopen = () => {};
|
||||
|
||||
@@ -19,7 +19,6 @@ global.TextEncoder = TextEncoder;
|
||||
// @ts-ignore
|
||||
global.TextDecoder = TextDecoder;
|
||||
|
||||
|
||||
export const pushReduxActionStub = sinon.stub(swUtilsModules, 'pushReduxAction');
|
||||
|
||||
export const zkprStub = {
|
||||
|
||||
Reference in New Issue
Block a user