UNPKG

wdio-jasmine-framework

Version:

A WebdriverIO plugin. Adapter for Jasmine testing framework.

17 lines (15 loc) 290 B
{ "extends": "standard", "plugins": [ "mocha" ], "parser": "babel-eslint", "rules": { "indent": [2, 4], /* Mocha */ "mocha/no-exclusive-tests": [2], "mocha/no-pending-tests": [2], "mocha/handle-done-callback": [2], "mocha/no-global-tests": [2], } }