Modernize Benchmarks CI

This commit is contained in:
Fedor Indutny
2021-08-11 12:29:07 -07:00
committed by GitHub
parent 12c78c742f
commit 61b7eebfcf
17 changed files with 149 additions and 58 deletions

8
ts/window.d.ts vendored
View File

@@ -117,6 +117,7 @@ import { MessageController } from './util/MessageController';
import { isValidGuid } from './util/isValidGuid';
import { StateType } from './state/reducer';
import { SystemTraySetting } from './types/SystemTraySetting';
import { CI } from './CI';
export { Long } from 'long';
@@ -277,12 +278,7 @@ declare global {
};
Backbone: typeof Backbone;
CI:
| {
setProvisioningURL: (url: string) => void;
deviceName: string;
}
| undefined;
CI?: CI;
Accessibility: {
reducedMotionSetting: boolean;
};