Skip to content

Commit

Permalink
# Fixed start.test.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Jun 4, 2024
1 parent 7f050f5 commit e236d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tests/tester/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test('--invalid', async () => {
})

test('--tests', async () => {
expect(spec(['--tests', 'tools/tests/tester/fixtures']).stdout).toContain(
expect(spec(['--tests', 'tools/tests/tester/fixtures/empty_story']).stdout).toContain(
`${ansi.green('PASSED ')} ${ansi.cyan(ansi.b('empty.yaml'))}`
)
})
Expand Down

0 comments on commit e236d2f

Please sign in to comment.