xcv58/Custom-JavaScript-for-Websites-2

View on GitHub
integration_test/typings.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
import 'jest'

declare global {
  namespace jest {
    interface Matchers<R> {
      toMatchImageSnapshot(): R
    }
  }
  interface Window {
    _: any;
    ace: any;
  }
}