Fix Firefox DevTools extension paths (#231)

This commit is contained in:
Paul Bakaus
2026-06-08 15:23:37 -07:00
committed by GitHub
parent 3d1be6238c
commit 9381269a82
3 changed files with 27 additions and 4 deletions
+2 -1
View File
@@ -68,7 +68,7 @@ export const SUITES = {
/^extension\/(background|content|detector|devtools|popup|manifest\.json)/,
/^scripts\/(benchmark-detector|build-browser-detector|build-extension)\.js$/,
/^site\/(pages\/detector|public\/antipattern|data\/anti-patterns-catalog\.js)/,
/^tests\/(detect-antipatterns|fixtures\/antipatterns)/,
/^tests\/(detect-antipatterns|extension-build|fixtures\/antipatterns)/,
],
commands: [
{
@@ -81,6 +81,7 @@ export const SUITES = {
{
runner: 'node',
files: [
'tests/extension-build.test.mjs',
'tests/detect-antipatterns-fixtures.test.mjs',
'tests/detect-antipatterns-browser.test.mjs',
],