mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
test(cli): add commands/generate/challenge
This commit is contained in:
@ -78,7 +78,7 @@ export class RunTestCommand extends Command {
|
||||
programmingLanguageName: this.programmingLanguage
|
||||
})
|
||||
await solution.test()
|
||||
console.log(Test.successMessage)
|
||||
console.log(Test.SUCCESS_MESSAGE)
|
||||
return 0
|
||||
} catch (error) {
|
||||
if (error instanceof Error) {
|
||||
|
Reference in New Issue
Block a user