Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the mocked method from jest instead of ts-jest #560

Merged
merged 2 commits into from Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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.