From 79e281128e6cb2d0df85de3f1f12b21f7861bd52 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 27 Jul 2018 13:36:15 -0700 Subject: [PATCH] Clarify test suite --- crates/test/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/test/src/lib.rs b/crates/test/src/lib.rs index 8719609e..b2ccda37 100644 --- a/crates/test/src/lib.rs +++ b/crates/test/src/lib.rs @@ -34,7 +34,8 @@ macro_rules! console_log { /// * `run_in_browser` - requires that this test is run in a browser rather than /// 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_rules! wasm_bindgen_test_configure { (run_in_browser $($others:tt)*) => (