mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-22 20:52:13 +00:00
Clarify test suite
This commit is contained in:
parent
ae034bb410
commit
79e281128e
@ -34,7 +34,8 @@ macro_rules! console_log {
|
|||||||
/// * `run_in_browser` - requires that this test is run in a browser rather than
|
/// * `run_in_browser` - requires that this test is run in a browser rather than
|
||||||
/// node.js, which is the default for executing tests.
|
/// node.js, which is the default for executing tests.
|
||||||
///
|
///
|
||||||
/// This macro may be invoked at most one time per test suite.
|
/// This macro may be invoked at most one time per test suite (an entire binary
|
||||||
|
/// like `tests/foo.rs`, not per module)
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! wasm_bindgen_test_configure {
|
macro_rules! wasm_bindgen_test_configure {
|
||||||
(run_in_browser $($others:tt)*) => (
|
(run_in_browser $($others:tt)*) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user