Skip to content

Commit

Permalink
test: update lockfile test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed May 23, 2023
1 parent aee24c8 commit 3372812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/lockfile-version.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import lockFile from '../../package-lock.json'
import docsLockFile from '../../docs/package-lock.json'

test('root: lockfileVersion should be 2', async () => {
expect(lockFile.lockfileVersion).toEqual(2)
test('root: lockfileVersion should be 3', async () => {
expect(lockFile.lockfileVersion).toEqual(3)
})

test('docs: lockfileVersion should be 2', async () => {
Expand Down

0 comments on commit 3372812

Please sign in to comment.