Files
brave-core/components/definitions/tests.d.ts
T

15 lines
257 B
TypeScript

declare module 'deep-freeze-node'
declare module 'chromedriver'
// Used in tests
declare namespace NodeJS {
interface Global {
requestAnimationFrame: any
chrome: any
window: any
HTMLElement: any
navigator: any
document: any
}
}