You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mono/wasm/testassets/WasmBasicTestApp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It typically suits scenario where you need more than a plain template app. If th
8
8
The app reads `test` query parameter and uses it to switch between test cases. Entrypoint is `main.js`.
9
9
There is common unit, then switch based on test case for modifying app startup, then app starts and executes next switch based on test case for actually running code.
10
10
11
-
Some test cases passes additional parameters to differentiate behavior, see `src/mono/wasm/Wasm.Build.Tests/TestAppScenarios`.
11
+
Some test cases passes additional parameters to differentiate behavior, see `src/mono/wasm/Wasm.Build.Tests`.
0 commit comments