mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
Prepare 4.0.5 Firefox update and Shorts fixes
Add Firefox data consent, repair contributor sign-in, and introduce optional Hide clutter buttons. Harden video navigation, voting, and action layouts with shared browser regression coverage and reproducible release packaging.
This commit is contained in:
+8
-1
@@ -7,5 +7,12 @@ module.exports = {
|
||||
"Extensions/combined/*.js",
|
||||
"Extensions/UserScript/src/**/*.js",
|
||||
],
|
||||
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/Extensions/UserScript/e2e/"],
|
||||
testPathIgnorePatterns: [
|
||||
"/node_modules/",
|
||||
"<rootDir>/Extensions/combined/dist/",
|
||||
"<rootDir>/test-results/",
|
||||
"<rootDir>/Extensions/combined/e2e/",
|
||||
"<rootDir>/Extensions/e2e/extension/",
|
||||
"<rootDir>/Extensions/UserScript/e2e/",
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user