Skip to content

Commit

Permalink
test: πŸ” update expected output in cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 16, 2024
1 parent 45543b8 commit 8633332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sample/src/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("scripts", async () => {
const res = await $`node ${cli} ${cmd} list`
assert(
res.stdout.includes(
"system.files, File generation, system, builtin, system"
"id: poem"
)
)
})
Expand Down

0 comments on commit 8633332

Please sign in to comment.