Skip to content

Commit

Permalink
Merge pull request #560 from skaut/mocked-jest-mock
Browse files Browse the repository at this point in the history
Using the mocked method from jest instead of ts-jest
  • Loading branch information
marekdedic committed Dec 7, 2021
2 parents a2faa94 + e47f402 commit ec42478
Show file tree
Hide file tree
Showing 3,334 changed files with 198,013 additions and 97,370 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion __tests__/issue-management.test.ts
@@ -1,5 +1,5 @@
import nock from "nock";
import { mocked } from "ts-jest/utils";
import { mocked } from "jest-mock";
import mockedEnv from "mocked-env";

import * as core from "@actions/core";
Expand Down
2 changes: 1 addition & 1 deletion __tests__/run.test.ts
@@ -1,4 +1,4 @@
import { mocked } from "ts-jest/utils";
import { mocked } from "jest-mock";
import * as core from "@actions/core";

import {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/tested-version.test.ts
@@ -1,5 +1,5 @@
import nock from "nock";
import { mocked } from "ts-jest/utils";
import { mocked } from "jest-mock";
import mockedEnv from "mocked-env";

import * as core from "@actions/core";
Expand Down
2 changes: 1 addition & 1 deletion __tests__/wpvc-config.test.ts
@@ -1,5 +1,5 @@
import nock from "nock";
import { mocked } from "ts-jest/utils";
import { mocked } from "jest-mock";
import mockedEnv from "mocked-env";

import * as core from "@actions/core";
Expand Down
1 change: 1 addition & 0 deletions node_modules/.bin/esbuild

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions node_modules/@babel/compat-data/data/plugin-bugfixes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion node_modules/@babel/compat-data/data/plugins.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions node_modules/@babel/compat-data/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions node_modules/@babel/helper-compilation-targets/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions node_modules/@babel/helpers/lib/helpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions node_modules/@babel/helpers/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec42478

Please sign in to comment.