summaryrefslogtreecommitdiffstats
path: root/devtools/client/performance/test/helpers/urls.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/performance/test/helpers/urls.js')
-rw-r--r--devtools/client/performance/test/helpers/urls.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/client/performance/test/helpers/urls.js b/devtools/client/performance/test/helpers/urls.js
new file mode 100644
index 000000000..3bf1180b3
--- /dev/null
+++ b/devtools/client/performance/test/helpers/urls.js
@@ -0,0 +1,6 @@
+/* Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/ */
+"use strict";
+
+exports.EXAMPLE_URL = "http://example.com/browser/devtools/client/performance/test";
+exports.SIMPLE_URL = `${exports.EXAMPLE_URL}/doc_simple-test.html`;