Skip to content

Commit

Permalink
fix: failling test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoelitiana authored Dec 18, 2023
1 parent 8823964 commit 9fc7e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init_options_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("build_spec with override", function()
assert.contains(command, binary_override())
assert.contains(command, "--json")
assert.contains(command, "--config=" .. config_override())
assert.contains(command, "--testNamePattern='.*'")
assert.contains(command, "--testNamePattern='.*")
assert.contains(command, "./spec/basic.test.ts")
assert.is.truthy(spec.context.file)
assert.is.truthy(spec.context.results_path)
Expand Down

0 comments on commit 9fc7e32

Please sign in to comment.