mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-27 20:44:57 -04:00
Migrate to ESM and upgrade dependencies
This commit is contained in:
parent
924ae3a1cd
commit
7999c2b071
59 changed files with 163383 additions and 150699 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import {isSelfHosted} from '../src/utils';
|
||||
import {describe, it, expect, beforeEach, afterEach} from '@jest/globals';
|
||||
import {isSelfHosted} from '../src/utils.js';
|
||||
|
||||
describe('utils', () => {
|
||||
describe('isSelfHosted', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue