Version Packages #14210
main.yml
on: pull_request
build_lint_and_test
3m 22s
Annotations
3 errors and 1 warning
should not trigger disabled styling without `to` or `onClick` props:
packages/components/card/src/card.spec.tsx#L68
expect(received).not.toHaveStyle()
received value must be an HTMLElement or an SVGElement.
Received has type: object
Received has value: Test Preview
at __EXTERNAL_MATCHER_TRAP__ (node_modules/expect/build/index.js:325:30)
at Object.throwingMatcher [as toHaveStyle] (node_modules/expect/build/index.js:326:15)
at Object.toHaveStyle (packages/components/card/src/card.spec.tsx:68:32)
|
should trigger disabled styling when `to` or `onClick` props are provided:
packages/components/card/src/card.spec.tsx#L82
expect(received).toHaveStyle()
received value must be an HTMLElement or an SVGElement.
Received has type: object
Received has value: Test Preview
at __EXTERNAL_MATCHER_TRAP__ (node_modules/expect/build/index.js:325:30)
at Object.throwingMatcher [as toHaveStyle] (node_modules/expect/build/index.js:326:15)
at Object.toHaveStyle (packages/components/card/src/card.spec.tsx:82:28)
|
build_lint_and_test
Process completed with exit code 1.
|
build_lint_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|