Skip to content

Commit 049f421

Browse files
authored
Resolve type error when running JS tests locally (#24026)
* Resolve type error when running JS tests locally * Update pre-compiled JavaScript
1 parent 6940249 commit 049f421

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/Components/Web.JS/dist/Release/blazor.server.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Web.JS/dist/Release/blazor.webassembly.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Web.JS/src/Platform/Profiling.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Import type definitions to ensure that the global declaration
2+
// is of BINDING is included when tests run
3+
import './Mono/MonoTypes';
14
import { System_String } from './Platform';
25

36
interface TimingEntry {

0 commit comments

Comments
 (0)