Skip to content

Commit

Permalink
why is this one test failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed May 25, 2022
1 parent 507a767 commit bfd7cc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,6 +45,6 @@
"prettier": "^2.6.2",
"sinon": "^14.0.0",
"ts-node": "^10.8.0",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion tests/client.int.test.ts
Expand Up @@ -88,7 +88,7 @@ describe('Client (integration)', () => {
}
});

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

try {
Expand Down

0 comments on commit bfd7cc8

Please sign in to comment.