feat: Provide init
command
#6
Annotations
2 errors and 1 warning
src/setup.test.ts > setupCLI > should return the run func†ion to start the CLI program:
src/setup.test.ts#L20
AssertionError: expected "spy" to be called with arguments: [ Array(1) ]
Received:
1st spy call:
Array [
"Usage: index [options] [command]
Options:
-h, --help display help for command
Commands:
channel Manage LIFF channels
app Manage LIFF apps
+ init [options] Initialize new LIFF app
serve [options] Manage HTTPS dev server
help [command] display help for command
",
]
Number of calls: 1
❯ src/setup.test.ts:20:23
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|