From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../examples/ember/quickstart/dist/testem.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/testem.js (limited to 'devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/testem.js') diff --git a/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/testem.js b/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/testem.js new file mode 100644 index 0000000000..cb666df67c --- /dev/null +++ b/devtools/client/debugger/test/mochitest/examples/ember/quickstart/dist/testem.js @@ -0,0 +1,19 @@ +/* + * This is dummy file that exists for the sole purpose + * of allowing tests to run directly in the browser as + * well as by Testem. + * + * Testem is configured to run tests directly against + * the test build of index.html, which requires a + * snippet to load the testem.js file: + * + * This has to go before the qunit framework and app + * tests are loaded. + * + * Testem internally supplies this file. However, if you + * run the tests directly in the browser (localhost:8000/tests), + * this file does not exist. + * + * Hence the purpose of this fake file. This file is served + * directly from the express server to satisify the script load. + */ -- cgit v1.2.3