summaryrefslogtreecommitdiffstats
path: root/devtools/client/netmonitor/test/js_worker-test2.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/netmonitor/test/js_worker-test2.js')
-rw-r--r--devtools/client/netmonitor/test/js_worker-test2.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/client/netmonitor/test/js_worker-test2.js b/devtools/client/netmonitor/test/js_worker-test2.js
new file mode 100644
index 0000000000..9ee307f2ec
--- /dev/null
+++ b/devtools/client/netmonitor/test/js_worker-test2.js
@@ -0,0 +1,3 @@
+"use strict";
+
+console.log("I AM A WORKER");