mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
133db5355f
this reformats all `.js`, `.ts`, and `.d.ts` files.
11 lines
188 B
JavaScript
11 lines
188 B
JavaScript
// @ts-check
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
require: [require.resolve('./test/setup.js')],
|
|
// forbids use of .only() in CI
|
|
forbidOnly: Boolean(process.env.CI),
|
|
color: true,
|
|
};
|