Skip to content

Commit e227cc7

Browse files
authored
test: use jest-mock for mocked utils (#112)
1 parent beeb0b1 commit e227cc7

File tree

3 files changed

+373
-12
lines changed

3 files changed

+373
-12
lines changed

__tests__/run.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { mocked } from 'ts-jest/utils'
1+
import { mocked } from 'jest-mock'
22
import * as core from '@actions/core'
33
import * as github from '@actions/github'
44
import { run } from '../src/run'

0 commit comments

Comments
 (0)