Files
tubestation/toolkit/components/backgroundhangmonitor/tests/.eslintrc.js
Michael Layzell db9fdc8dba Bug 1380081 - Part 12: Add a test for BHR observer notifications, r=froydnj
This patch just adds some tests for the new stuff which we added.

MozReview-Commit-ID: 2jG75AEUJfS
2017-08-15 16:35:48 -04:00

8 lines
91 B
JavaScript

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