mirror of
https://data.forgejo.org/actions/checkout
synced 2026-08-15 00:46:04 +00:00
upgrade module to esm so I can update dependencies
This commit is contained in:
parent
537c7ef99c
commit
92a02296ed
56 changed files with 29266 additions and 24103 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import * as urlHelper from '../src/url-helper'
|
||||
import {jest, describe, it, expect, beforeEach, afterAll} from '@jest/globals'
|
||||
import * as urlHelper from '../src/url-helper.js'
|
||||
|
||||
describe('getServerUrl tests', () => {
|
||||
it('basics', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue