aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index de1ddbe5987..3f1cac6bf25 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -226,3 +226,6 @@ pub mod script_task;
mod timers;
pub mod textinput;
mod devtools;
+
+#[cfg(test)]
+mod tests;