aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/spec/LibreJSSpec.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/spec/LibreJSSpec.js b/test/spec/LibreJSSpec.js
index 7828bcb..70ec339 100644
--- a/test/spec/LibreJSSpec.js
+++ b/test/spec/LibreJSSpec.js
@@ -257,6 +257,18 @@ describe('LibreJS\' components', () => {
});
});
+ describe('FIXME: dummy test to get noscript.js displayed in the console debugger', () => {
+ beforeAll(async () => {
+ await browser.tabs.executeScript(tab.id, {
+ file: '/content/noscript.js'
+ });
+ });
+
+ it('IGNORE ME', () => {
+ expect(1).toBe(1);
+ });
+ });
+
describe('The external (Web Labels) license checker', () => {
let { ExternalLicenses } = LibreJS;
let check;