Skip to content

feat: Fix implementation and tests for interactive mode and cache #35

feat: Fix implementation and tests for interactive mode and cache

feat: Fix implementation and tests for interactive mode and cache #35

Triggered via push July 20, 2024 21:30
Status Failure
Total duration 1m 1s
Billable time 5m
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
typecheck: tests/fixtures/test-project/src/components/Input.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
typecheck: tests/fixtures/test-project/src/components/Input.tsx#L2
Binding element 'placeholder' implicitly has an 'any' type.
typecheck: tests/fixtures/test-project/src/components/Input.tsx#L3
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
typecheck: tests/fixtures/test-project/src/components/Input.tsx#L3
Cannot use JSX unless the '--jsx' flag is provided.
typecheck
Process completed with exit code 2.
test (lts/*, ubuntu-latest): tests/fixtures/test-project/src/components/Input.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
test (lts/*, ubuntu-latest): tests/fixtures/test-project/src/components/Input.tsx#L2
Binding element 'placeholder' implicitly has an 'any' type.
test (lts/*, ubuntu-latest): tests/fixtures/test-project/src/components/Input.tsx#L3
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
test (lts/*, ubuntu-latest): tests/fixtures/test-project/src/components/Input.tsx#L3
Cannot use JSX unless the '--jsx' flag is provided.
test (lts/*, ubuntu-latest)
Process completed with exit code 2.
test (lts/*, macos-latest): tests/fixtures/test-project/src/components/Input.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
test (lts/*, macos-latest): tests/fixtures/test-project/src/components/Input.tsx#L2
Binding element 'placeholder' implicitly has an 'any' type.
test (lts/*, macos-latest): tests/fixtures/test-project/src/components/Input.tsx#L3
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
test (lts/*, macos-latest): tests/fixtures/test-project/src/components/Input.tsx#L3
Cannot use JSX unless the '--jsx' flag is provided.
test (lts/*, macos-latest)
Process completed with exit code 2.
test (lts/*, windows-latest): tests/fixtures/test-project/src/components/Input.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
test (lts/*, windows-latest): tests/fixtures/test-project/src/components/Input.tsx#L2
Binding element 'placeholder' implicitly has an 'any' type.
test (lts/*, windows-latest): tests/fixtures/test-project/src/components/Input.tsx#L3
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
test (lts/*, windows-latest): tests/fixtures/test-project/src/components/Input.tsx#L3
Cannot use JSX unless the '--jsx' flag is provided.
test (lts/*, windows-latest)
Process completed with exit code 1.