Skip to content

Commit

Permalink
Merge pull request #67 from gradle/dd/update-deps
Browse files Browse the repository at this point in the history
Update dependencies with security alerts
  • Loading branch information
bigdaz committed Oct 24, 2022
2 parents 859c332 + 5d6ea91 commit 9aa31f2
Show file tree
Hide file tree
Showing 5 changed files with 2,586 additions and 4,971 deletions.
4 changes: 3 additions & 1 deletion __tests__/checksums.test.ts
@@ -1,6 +1,8 @@
import * as checksums from '../src/checksums'
import nock from 'nock'
import {afterEach, describe, expect, test} from '@jest/globals'
import {afterEach, describe, expect, test, jest} from '@jest/globals'

jest.setTimeout(30000)

test('fetches wrapper jars checksums', async () => {
const validChecksums = await checksums.fetchValidChecksums(false)
Expand Down
4 changes: 3 additions & 1 deletion __tests__/validate.test.ts
@@ -1,6 +1,8 @@
import * as path from 'path'
import * as validate from '../src/validate'
import {expect, test} from '@jest/globals'
import {expect, test, jest} from '@jest/globals'

jest.setTimeout(30000)

const baseDir = path.resolve('.')

Expand Down

0 comments on commit 9aa31f2

Please sign in to comment.