Modernize Benchmarks CI
This commit is contained in:
parent
12c78c742f
commit
61b7eebfcf
17 changed files with 149 additions and 58 deletions
8
ts/window.d.ts
vendored
8
ts/window.d.ts
vendored
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue