| Index: metadata.common |
| diff --git a/metadata.common b/metadata.common |
| index a35799db4dfadeee9900f07f640a63b9df26a1b4..f751a310851f031db0c4d1e26e71ca791b96543f 100644 |
| --- a/metadata.common |
| +++ b/metadata.common |
| @@ -14,6 +14,26 @@ backgroundScripts = ext/common.js |
| messageResponder.js |
| popupBlocker.js |
| background.js |
| +testScripts = ../jquery-ui/js/jquery-1.7.1.min.js |
| + qunit.js |
|
Sebastian Noack
2015/09/09 17:56:51
Argh. I think this should be hard-coded in the tem
kzar
2015/09/09 18:01:00
I can do that, but JQuery will also need to be har
Sebastian Noack
2015/09/09 18:08:37
jQuery shouldn't be required by qunit, at least no
|
| + ../ext/common.js |
| + ../ext/background.js |
| + ../lib/compat.js |
| + ../lib/info.js |
| + ../lib/io.js |
| + ../lib/adblockplus.js |
| + ../lib/publicSuffixList.js |
| + ../lib/punycode.js |
| + ../lib/sha1.js |
| + ../lib/jsbn.js |
| + ../lib/rsa.js |
| + ../webrequest.js |
| + common.js |
| + tests/adblockplus.js |
| + tests/versionComparator.js |
| + tests/url.js |
| + tests/signatures.js |
| + tests/cssEscaping.js |
| permissions = http://*/* https://*/* |
| [contentScripts] |