Refactor/esm #3454
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: pull_request
yamllint
3s
pkg
11s
eslint
14s
unused-deps
10s
jest
47s
CodeQL
1m 6s
Annotations
6 errors
pkg:
tests/test-cases/when/integration.when.test.ts#L1
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../../src/write-streams.js'?
|
pkg:
tests/test-cases/when/integration.when.test.ts#L2
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../../src/handler.js'?
|
pkg:
tests/test-cases/when/integration.when.test.ts#L3
Cannot find module '../../mocks/utils.mock' or its corresponding type declarations.
|
pkg:
tests/test-cases/when/integration.when.test.ts#L4
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../mocks/when-statics.js'?
|
pkg
Process completed with exit code 2.
|
jest
Process completed with exit code 1.
|