feat: Add NumericControl
#83
Annotations
6 errors and 1 warning
Run lint:
src/controls/NumericControls/NumericControl.test.tsx#L60
Avoid using multiple assertions within `waitFor` callback
|
Run lint:
src/controls/NumericControls/NumericControl.test.tsx#L69
Don't wrap `getBy*` query with `expect` & presence matchers like `toBeInTheDocument` or `not.toBeNull` as `getBy*` queries fail implicitly when element is not found
|
Run lint:
src/controls/NumericControls/NumericControl.test.tsx#L89
Don't wrap `getBy*` query with `expect` & presence matchers like `toBeInTheDocument` or `not.toBeNull` as `getBy*` queries fail implicitly when element is not found
|
Run lint:
src/controls/NumericControls/NumericControl.test.tsx#L127
Don't wrap `findBy*` query with `expect` & presence matchers like `toBeInTheDocument` or `not.toBeNull` as `findBy*` queries fail implicitly when element is not found
|
Run lint:
src/controls/NumericControls/NumericControl.test.tsx#L135
Don't wrap `findBy*` query with `expect` & presence matchers like `toBeInTheDocument` or `not.toBeNull` as `findBy*` queries fail implicitly when element is not found
|
Run lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading