We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1cb9e commit fc4a5a8Copy full SHA for fc4a5a8
assembly/env.ts
@@ -7,9 +7,11 @@ export namespace assertResult {
7
@external("__unittest_framework_env","removeDescription")
8
export declare function removeDescription(): void;
9
10
+
11
@external("__unittest_framework_env","registerTestFunction")
12
export declare function registerTestFunction(index: u32): void;
13
14
15
@external("__unittest_framework_env","collectCheckResult")
16
export declare function collectCheckResult(
17
result: bool,
0 commit comments