Skip to content

Commit

Permalink
chore: remove unused packageLock from the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 3, 2024
1 parent 3ce3be2 commit ed4e90c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tap/env.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// @ts-ignore
import packageLock from '../package-lock.json' assert { type: 'json' }

// @ts-ignore
export const isBun = typeof Bun !== 'undefined'

Expand Down
3 changes: 0 additions & 3 deletions tap/helper.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import * as lib from '../src/index.js'
import * as jose from 'jose'

// @ts-ignore
import packageJson from '../package.json' assert { type: 'json' }

export function isDpopNonceError(input: lib.OAuth2Error | lib.WWWAuthenticateChallenge[]) {
if ('error' in input) {
return input.error === 'use_dpop_nonce'
Expand Down

0 comments on commit ed4e90c

Please sign in to comment.