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:
parent
6940249de2
commit
049f421cff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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';
|
import { System_String } from './Platform';
|
||||||
|
|
||||||
interface TimingEntry {
|
interface TimingEntry {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue