2017-09-27 23:12:14 +03:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/*jshint node:true*/
|
|
|
|
module.exports = {
|
2019-07-29 18:44:23 +03:00
|
|
|
framework: 'qunit',
|
|
|
|
test_page: 'tests/index.html?hidepassed',
|
|
|
|
disable_watching: true,
|
|
|
|
launch_in_ci: ['Firefox'],
|
|
|
|
launch_in_dev: ['Firefox'],
|
2017-09-27 23:12:14 +03:00
|
|
|
};
|