Skip to content

Commit

Permalink
Fix local test run
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 23, 2023
1 parent bd889d5 commit 60e2a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ if (isCI) {
})
} else {
it('skipping local tests', () => {
return null
expect(true).toBe(true)
})
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ if (isCI) {
})
} else {
it('skipping local tests', () => {
return null
expect(true).toBe(true)
})
}

0 comments on commit 60e2a99

Please sign in to comment.