We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bbe8d commit 765f47dCopy full SHA for 765f47d
src/action.spec.ts
@@ -1,5 +1,5 @@
1
import * as core from "@actions/core";
2
-import { ActionConfig, getConfig } from "../src/action";
+import { ActionConfig, getConfig } from "./action";
3
4
describe("Action", () => {
5
const workflowInputs = {
src/api.spec.ts
@@ -9,7 +9,7 @@ import {
9
getWorkflowRunJobSteps,
10
init,
11
retryOrDie,
12
-} from "../src/api";
+} from "./api";
13
14
interface MockResponse {
15
data: any;
0 commit comments