Files
tubestation/browser/base/content/test/sanitize/.eslintrc.js
Johann Hofmann e1911f08a5 Bug 1167238 - Part 4 - Move sanitize tests into a topical directory and clean up sanitize.js usage. r=mak
We're changing the way sanitize.js/Sanitizer.jsm works and need to adjust a lot of tests to that.
I'm using this opportunity to also move the sanitization tests into their
own topical directory and out of b/b/c/test/general.

MozReview-Commit-ID: GHOqr4hT52b
2018-01-18 16:05:36 +01:00

8 lines
90 B
JavaScript

"use strict";
module.exports = {
"extends": [
"plugin:mozilla/browser-test"
]
};