Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Sep 12, 2024
1 parent 0a0d590 commit 3c29417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ describe('Test scriptlet api methods', () => {
},
{
actual: 'example.com#%#//scriptlet(\'prevent-fetch\', \'*\')',
expected: 'example.com##+js(no-fetch-if, /^/)',
expected: 'example.com##+js(prevent-fetch, /^/)',
},
{
actual: 'example.com#%#//scriptlet(\'close-window\')',
Expand Down

0 comments on commit 3c29417

Please sign in to comment.