Skip to content

Commit 922f2f9

Browse files
committed
test: revert using nock and fixtures
1 parent 7a3669a commit 922f2f9

7 files changed

+0
-37
lines changed
Binary file not shown.
Binary file not shown.
-210 Bytes
Binary file not shown.
-209 Bytes
Binary file not shown.

__tests__/installer.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import * as main from '../src/main';
99
import * as im from '../src/installer';
1010
import * as auth from '../src/authutil';
1111
import {context} from '@actions/github';
12-
import nock = require('nock');
1312

1413
let nodeTestManifest = require('./data/versions-manifest.json');
1514
let nodeTestDist = require('./data/node-dist-index.json');

package-lock.json

-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@zeit/ncc": "^0.21.0",
3939
"jest": "^24.9.0",
4040
"jest-circus": "^24.7.1",
41-
"nock": "^13.0.4",
4241
"prettier": "^1.19.1",
4342
"ts-jest": "^24.3.0",
4443
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)