We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507a767 commit 788a2dcCopy full SHA for 788a2dc
1 file changed
tests/client.int.test.ts
@@ -88,7 +88,7 @@ describe('Client (integration)', () => {
88
}
89
});
90
91
- it('throws an error on a non-existent file', async function () {
+ it.only('throws an error on a non-existent file', async function () {
92
const client = new Client({ projectID: projectID });
93
94
try {
0 commit comments