File tree Expand file tree Collapse file tree
packages/collector/__tests__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import * as fs from "fs" ;
2- import { mocked } from "ts- jest/utils " ;
2+ import { mocked } from "jest-mock " ;
33
44import { getGlobalConfig } from "../src/getGlobalConfig" ;
55
Original file line number Diff line number Diff line change 1- import { mocked } from "ts- jest/utils " ;
1+ import { mocked } from "jest-mock " ;
22
33import { getProjectInfo } from "../src/getProjectInfo" ;
44import { getProjectIssues } from "../src/getProjectIssues" ;
Original file line number Diff line number Diff line change 11import * as fs from "fs" ;
22import * as core from "@actions/core" ;
3- import { mocked } from "ts- jest/utils " ;
3+ import { mocked } from "jest-mock " ;
44
55import { getGlobalConfig } from "../src/getGlobalConfig" ;
66import { getProjectListing } from "../src/getProjectListing" ;
You can’t perform that action at this time.
0 commit comments