mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-16 16:55:45 +00:00
remove unused import that was breaking esm compilation
This commit is contained in:
parent
43c11c34b4
commit
4bafe0b29f
9 changed files with 0 additions and 20 deletions
|
|
@ -1,6 +1,5 @@
|
|||
// @ts-check
|
||||
import * as core from '@actions/core';
|
||||
import * as command from '@actions/core/lib/command';
|
||||
import got from 'got';
|
||||
import jsonata from 'jsonata';
|
||||
import { normalizeOutputKey } from './utils.js';
|
||||
|
|
|
|||
|
|
@ -2,9 +2,7 @@ import { vi, describe, test, expect } from 'vitest';
|
|||
|
||||
vi.mock('got');
|
||||
vi.mock('@actions/core');
|
||||
vi.mock('@actions/core/lib/command');
|
||||
|
||||
import * as command from '@actions/core/lib/command';
|
||||
import * as core from '@actions/core';
|
||||
import got from 'got';
|
||||
import {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { vi, describe, test, expect } from 'vitest';
|
|||
|
||||
vi.mock('got');
|
||||
vi.mock('@actions/core');
|
||||
vi.mock('@actions/core/lib/command');
|
||||
vi.mock('fs', () => ({
|
||||
stat: vi.fn().mockResolvedValue(null),
|
||||
promises: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue