Skip to content

Commit

Permalink
fix: use @ts-ignore instead of @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Mar 2, 2024
1 parent f8f814d commit 706b3a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__tests__/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const PRIVATE_SHEETS_SCOPES = [
describe.skip('GoogleSpreadsheet', () => {
it('Common forms', async () => {
// Do not upload the private-key.json file to a public repository when testing!
// @ts-expect-error private-key
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const privateKey = await import('./private-key.json');

const jwt = new JWT({
Expand Down

0 comments on commit 706b3a8

Please sign in to comment.