Resolve type error when running JS tests locally (#24026)

* Resolve type error when running JS tests locally

* Update pre-compiled JavaScript
This commit is contained in:
Safia Abdalla 2020-07-16 22:20:56 +00:00 committed by GitHub
parent 6940249de2
commit 049f421cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,6 @@
// Import type definitions to ensure that the global declaration
// is of BINDING is included when tests run
import './Mono/MonoTypes';
import { System_String } from './Platform';
interface TimingEntry {