47
edits
(→Vim: Fix path for eslint (which changed in bugzil.la/1305023)) |
(Add link to WebExtension-specific Try server article) |
||
| Line 107: | Line 107: | ||
;xpcshell tests | ;xpcshell tests | ||
: These reside under <code>toolkit/components/extensions/test/xpcshell/</code>, and are used to test low-level modules which do not require a browser UI, including those under <code>toolkit/modules/addons/</code>, <code>toolkit/components/utils/simpleServices.js</code>, and various pieces of C++ code. | : These reside under <code>toolkit/components/extensions/test/xpcshell/</code>, and are used to test low-level modules which do not require a browser UI, including those under <code>toolkit/modules/addons/</code>, <code>toolkit/components/utils/simpleServices.js</code>, and various pieces of C++ code. | ||
[[WebExtensions/Try_Server]] has more information about using the try server to test WebExtension code. | |||
=== Test tag === | === Test tag === | ||
edits