mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-04-25 10:18:50 +00:00
switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
4fda753335
commit
546120eb48
9 changed files with 76 additions and 259 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {beforeEach, describe, expect, test} from 'vitest';
|
||||
|
||||
import * as context from '../src/context';
|
||||
import * as context from '../src/context.js';
|
||||
|
||||
describe('getInputs', () => {
|
||||
beforeEach(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue