mirror of
https://github.com/actions/setup-node
synced 2026-07-16 11:24:28 +02:00
Migrate to ESM and upgrade dependencies (#1574)
* Migrate to ESM * updated package.json version * Update README for v6 and clean up dev dependencies * Remove unused ts-node * fix audit issue --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
co-authored by
gowridurgad
parent
04be95cf35
commit
8207627860
@@ -1,4 +1,5 @@
|
||||
import {MockGlobber} from './glob-mock';
|
||||
import {describe, it, expect} from '@jest/globals';
|
||||
import {MockGlobber} from './glob-mock.js';
|
||||
|
||||
describe('mocked globber tests', () => {
|
||||
it('globber should return generator', async () => {
|
||||
|
||||
Reference in New Issue
Block a user