Skip to content

Commit

Permalink
Update reference tests to latest version (#3064)
Browse files Browse the repository at this point in the history
- Automated reference tests dependency update

This PR updates the reference tests dependency to the latest available
version and copies the necessary files.
If tests have failed, see https://app.asana.com/0/0/1203766026095653/f
for further information on what to do next.

- [x] All tests must pass

Co-authored-by: daxmobile <daxmobile@users.noreply.github.com>
  • Loading branch information
daxmobile and daxmobile authored Apr 14, 2023
1 parent ffe4ca0 commit 6a7e928
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,11 @@
"siteURL": "https://ok-subdomain.also-site-that-tracks.com",
"requestURL": "https://sometimes-bad.third-party.site/option-blocking-only",
"requestType": "image",
"expectAction": "ignore"
"expectAction": "ignore",
"exceptPlatforms": [
"web-extension",
"web-extension-mv3"
]
},
{
"name": "don't block tracker with site matching options domains but not types",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#6.4.3",
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#4.11.2",
"@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#1.4.0",
"@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1680705748"
"@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1681420141"
}
}

0 comments on commit 6a7e928

Please sign in to comment.