Skip to content

Commit

Permalink
testing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Apr 15, 2024
1 parent 34f0208 commit f61d99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("baseUrl parameter", () => {
process.env = env
})

test("throws error given an invalid baseUrl", () => {
test.skip("throws error given an invalid baseUrl", () => {
expect(
() =>
// @ts-expect-error
Expand Down

0 comments on commit f61d99b

Please sign in to comment.