Skip to content

Commit

Permalink
Fix describe.only in ci-visibility.spec.js (#4345)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez authored May 23, 2024
1 parent ead2f41 commit 0a454e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ci-visibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ testFrameworks.forEach(({
runTestsWithCoverageCommand,
type
}) => {
describe.only(`${name} ${type}`, () => {
describe(`${name} ${type}`, () => {
let receiver
let childProcess
let sandbox
Expand Down

0 comments on commit 0a454e8

Please sign in to comment.