actually run the new test and remove unrelated tweak
This commit is contained in:
5
src/@types/global.d.ts
vendored
5
src/@types/global.d.ts
vendored
@@ -35,11 +35,6 @@ type ElectronChannel =
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
Modernizr: ModernizrAPI & FeatureDetects;
|
||||
Olm: {
|
||||
init: () => Promise<void>;
|
||||
};
|
||||
|
||||
mxSendRageshake: (text: string, withLogs?: boolean) => void;
|
||||
matrixChat: ReturnType<Renderer>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user