blob: f88924e216d04d480ba4f66ed0bceec99cdbb56c (
plain)
1
2
3
4
5
6
7
8
9
|
[DEFAULT]
firefox-appdir = browser
skip-if = (os != "win" && toolkit != "cocoa") # Only available on Windows and macOS
head = head.js
[test_AttributionCode.js]
[test_MacAttribution.js]
skip-if = toolkit != "cocoa" # osx specific tests
[test_attribution_parsing.js]
|