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 b11a4e3 commit 567364eCopy full SHA for 567364e
crates/test/README.md
@@ -52,7 +52,7 @@ over the test process!
52
The test runner is currently pretty simple, executing a few steps:
53
54
* First, it runs the equivalent of `wasm-bindgen`. This'll generate wasm-bindgen
55
- output in a temoprary directory.
+ output in a temporary directory.
56
* Next, it generates a small shim JS file which imports these
57
wasm-bindgen-generated files and executes the test harness.
58
* Finally, it executes `node` over the generated JS file, executing all of your
0 commit comments