Files
return-youtube-dislike/jest.config.js
T
Anarios 3657de9b2c Fix Shorts support and add userscript voting
Harden Shorts controls, reaction state, and navigation; share voting logic
with the extension; improve ratio-bar rendering; and add comprehensive Jest,
Playwright, artifact, and live-browser regression coverage.
2026-09-01 23:41:28 +02:00

12 lines
329 B
JavaScript

module.exports = {
resetMocks: true,
collectCoverage: false,
collectCoverageFrom: [
"Extensions/common/**/*.js",
"Extensions/combined/src/**/*.js",
"Extensions/combined/*.js",
"Extensions/UserScript/src/**/*.js",
],
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/Extensions/UserScript/e2e/"],
};