mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-19 05:39:18 +08:00
7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
import * as checksums from '../src/checksums'
|
|
|
|
test('fetches wrapper jars checksums', async () => {
|
|
let validChecksums = await checksums.fetchValidChecksums(false)
|
|
expect(validChecksums.length).toBeGreaterThan(10)
|
|
})
|