Skip to content

Commit

Permalink
test: use jest-mock for mocked utils (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro-m authored Feb 17, 2023
1 parent beeb0b1 commit e227cc7
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 12 deletions.
2 changes: 1 addition & 1 deletion __tests__/run.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { mocked } from 'ts-jest/utils'
import { mocked } from 'jest-mock'
import * as core from '@actions/core'
import * as github from '@actions/github'
import { run } from '../src/run'
Expand Down
Loading

0 comments on commit e227cc7

Please sign in to comment.