1
1
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:
Divlo
2021-11-30 21:42:43 +01:00
parent 88acd8cfef
commit d14fd0b62a
7 changed files with 1243 additions and 1145 deletions

View File

@ -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) {