Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13746cc

Browse filesBrowse files
tests: rename import assignments
1 parent 476d05a commit 13746cc
Copy full SHA for 13746cc

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎__tests__/main.test.ts

Copy file name to clipboardExpand all lines: __tests__/main.test.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import core = require("@actions/core");
2-
import io = require("@actions/io");
3-
import path = require("path");
4-
import os = require("os");
5-
import fs = require("fs");
6-
import nock = require("nock");
1+
import * as core from "@actions/core";
2+
import * as io from "@actions/io";
3+
import * as path from "path";
4+
import * as os from "os";
5+
import * as fs from "fs";
6+
import nock from "nock";
77

88
const toolDir = path.join(__dirname, "runner", "tools");
99
const tempDir = path.join(__dirname, "runner", "temp");

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.