0.1.6 #23
test.yml
on: push
repo_ids
3s
Run tests
15s
Check version
3s
Build docker image
2m 42s
Matrix: Run Static Analysis Checks
Annotations
10 errors
Run tests:
src/controllers/__tests__/helpers.ts#L6
Module '../../views/example' was resolved to '/home/runner/work/veritable-ui/veritable-ui/src/views/example.tsx', but '--jsx' is not set.
|
Run tests:
src/controllers/example.ts#L6
Module '../views/example.js' was resolved to '/home/runner/work/veritable-ui/veritable-ui/src/views/example.tsx', but '--jsx' is not set.
|
Run tests:
src/controllers/example.ts#L9
Unable to resolve signature of class decorator when called as an expression.
|
Run tests:
src/controllers/example.ts#L10
Unable to resolve signature of class decorator when called as an expression.
|
Run tests:
src/controllers/example.ts#L17
Decorators are not valid here.
|
Run tests:
src/models/counter.ts#L3
Unable to resolve signature of class decorator when called as an expression.
|
Run tests:
src/views/__tests__/connection.test.ts#L3
Module '../connection' was resolved to '/home/runner/work/veritable-ui/veritable-ui/src/views/connection.tsx', but '--jsx' is not set.
|
Run tests:
src/views/connection.tsx#L3
Module './common' was resolved to '/home/runner/work/veritable-ui/veritable-ui/src/views/common.tsx', but '--jsx' is not set.
|
Run tests:
src/views/connection.tsx#L10
Unable to resolve signature of class decorator when called as an expression.
|
Run tests:
src/views/connection.tsx#L16
Cannot use JSX unless the '--jsx' flag is provided.
|