Skip to content

Commit bfd7cc8

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"prettier": "^2.6.2",
4646
"sinon": "^14.0.0",
4747
"ts-node": "^10.8.0",
48-
"typescript": "^4.6.3"
48+
"typescript": "^4.6.4"
4949
}
5050
}

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)