mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
refactor: update dependencies
This commit is contained in:
@@ -42,7 +42,7 @@ commander
|
||||
.command('e2e <to>')
|
||||
.version(pkgJson.version)
|
||||
.description('Run in end to end test mode. Indexing and afterwards retrieving all test files from @openstapp/core to the backend')
|
||||
.option('-s --samples [path]', 'Path to @openstapp/core test files', './node_modules/@openstapps/core/test/resources')
|
||||
.option('-s --samples [path]', 'Path to @openstapp/core test files', './node_modules/@openstapps/core/test/resources/indexable')
|
||||
.option('-w --waiton [resource]', 'wait-on resource parameter see "www.npmjs.com/wait-on"')
|
||||
.action(async (to, e2eCommand) => {
|
||||
let toURL = '';
|
||||
|
||||
Reference in New Issue
Block a user