Skip to content

Commit 788a2dc

Browse files
committed
why is this one test failing?
1 parent 507a767 commit 788a2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/client.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Client (integration)', () => {
8888
}
8989
});
9090

91-
it('throws an error on a non-existent file', async function () {
91+
it.only('throws an error on a non-existent file', async function () {
9292
const client = new Client({ projectID: projectID });
9393

9494
try {

0 commit comments

Comments
 (0)