Resolve "Directory import '.../jsx-dom/min' is not supported resolvin… #114
Annotations
4 errors and 2 warnings
|
test/automatic-runtime.test.tsx > Automatic Runtime > should correctly import jsx functions in development mode:
test/automatic-runtime.test.tsx#L63
AssertionError: expected import { jsxDEV } from "jsx-dom/jsx-dev-runtime"
var _jsxFileName = "/home/runner/work/jsx-dom/jsx-dom/temp/index.js"
render(
jsxDEV(
"div",
{},
undefined,
false,
{
fileName: _jsxFileName,
lineNumber: 1,
columnNumber: 8,
},
this
)
)
to contain
render(
jsxDEV("div", {}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 1,
columnNumber: 8,
}, this)
)
ignoring spaces
❯ test/automatic-runtime.test.tsx:63:21
|
|
build (18)
Process completed with exit code 1.
|
|
test/automatic-runtime.test.tsx > Automatic Runtime > should correctly import jsx functions in development mode:
test/automatic-runtime.test.tsx#L63
AssertionError: expected import { jsxDEV } from "jsx-dom/jsx-dev-runtime"
var _jsxFileName = "/home/runner/work/jsx-dom/jsx-dom/temp/index.js"
render(
jsxDEV(
"div",
{},
undefined,
false,
{
fileName: _jsxFileName,
lineNumber: 1,
columnNumber: 8,
},
this
)
)
to contain
render(
jsxDEV("div", {}, void 0, false, {
fileName: _jsxFileName,
lineNumber: 1,
columnNumber: 8,
}, this)
)
ignoring spaces
❯ test/automatic-runtime.test.tsx:63:21
|
|
build (20)
Process completed with exit code 1.
|
|
build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|