Skip to content

Commit

Permalink
Merge pull request #45 from KengoTODA/housekeeping
Browse files Browse the repository at this point in the history
Housekeeping updates
  • Loading branch information
eskatos committed Jul 23, 2021
2 parents 1ed3d1c + 89eda1f commit a9ea690
Show file tree
Hide file tree
Showing 8 changed files with 5,945 additions and 5,699 deletions.
1 change: 1 addition & 0 deletions __tests__/checksums.test.ts
@@ -1,5 +1,6 @@
import * as checksums from '../src/checksums'
import nock from 'nock'
import {afterEach, describe, expect, test} from '@jest/globals'

test('fetches wrapper jars checksums', async () => {
const validChecksums = await checksums.fetchValidChecksums(false)
Expand Down
1 change: 1 addition & 0 deletions __tests__/find.test.ts
@@ -1,5 +1,6 @@
import * as path from 'path'
import * as find from '../src/find'
import {expect, test} from '@jest/globals'

test('finds test data wrapper jars', async () => {
const repoRoot = path.resolve('.')
Expand Down
1 change: 1 addition & 0 deletions __tests__/hash.test.ts
@@ -1,5 +1,6 @@
import * as path from 'path'
import * as hash from '../src/hash'
import {expect, test} from '@jest/globals'

test('can sha256 files', async () => {
const sha = await hash.sha256File(
Expand Down
1 change: 1 addition & 0 deletions __tests__/validate.test.ts
@@ -1,5 +1,6 @@
import * as path from 'path'
import * as validate from '../src/validate'
import {expect, test} from '@jest/globals'

const baseDir = path.resolve('.')

Expand Down

0 comments on commit a9ea690

Please sign in to comment.