Skip to content

Commit

Permalink
fix(internal): drop .only (#4520)
Browse files Browse the repository at this point in the history
refs #4519
  • Loading branch information
seia-soto authored Dec 11, 2024
1 parent de7bfb5 commit 74926b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adblocker/test/engine/engine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ foo.com###selector
});
});

context.only('valides configs', () => {
context('valides configs', () => {
it('throws with different configs', () => {
const engine1 = FilterEngine.empty({ loadCosmeticFilters: true });
const engine2 = FilterEngine.empty({ loadCosmeticFilters: false });
Expand Down

0 comments on commit 74926b1

Please sign in to comment.