UNPKG

triage-button

Version:

The my-button component provides users a way to trigger actions in the UI.

7 lines (4 loc) 234 B
const path = require('path'); const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf'); wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')]; exports.config = wdioConf.config;