Most of the test helper code is derived from the SpecialPowers/ExtensionTestUtils code that does the same. Eventually, the two implementations should probably be unified, but I don't think it's worth the trouble for now. MozReview-Commit-ID: 7Yy9jWkGsMM
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
{
|
|
"extends": "../../../../../testing/xpcshell/xpcshell.eslintrc",
|
|
|
|
"globals": {
|
|
"browser": false,
|
|
},
|
|
}
|