mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-17 21:00:03 -06:00
10 lines
245 B
JavaScript
10 lines
245 B
JavaScript
module.exports = api => {
|
|
api.describeTask({
|
|
match: /vue-cli-service test:e2e/,
|
|
description: 'org.vue.webdriverio.tasks.test.description',
|
|
link: 'https://github.com/vuejs/vue-cli',
|
|
prompts: [],
|
|
onBeforeRun: () => {}
|
|
})
|
|
}
|