Skip to content

Commit

Permalink
Fix $replace testing material (#4302)
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored Sep 23, 2024
1 parent 9d3a880 commit 40a4c8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/adblocker/test/parsing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ describe('Network filters', () => {
});

describe('replace', () => {
it.only('parses known filters', () => {
it('parses known filters', () => {
const filters: [string, HTMLModifier][] = [
[
String.raw`||alliptvlinks.com/tktk-content/plugins/$script,1p,replace=/\bconst now.+?, 100/clearInterval(timer);resolve();}, 100/gms`,
Expand Down

0 comments on commit 40a4c8b

Please sign in to comment.