m.ray
|
71ede25339
|
chore: upgrade to React 18 (#952)
* chore: upgrade react only
* chore: import renderHook from testing-library/react
* chore: add @babel/runtime to fix tests
* fix: fix some of the tests
* fix: fix some of the tests
* fix: fix tests failing on not being wrapped in act
* fix: fix tests in use-environment
* fix: fix @types/react issue
* fix: fix formatting
* fix: remove unsued method
* fix: callout not accepting react node and root element null check
* fix: main.tsx stats null check
* fix: implicit any type fixes
* Update libs/environment/src/hooks/use-nodes.spec.tsx
* fix: import act from testing-lib
* fix: add strict mode back
* fix: fix formatting issues
* fix: add babel deps for storybook
* Update tsconfig.json (#970)
* Update tsconfig.json
* feat: [console-lite] - add missing types in few places
Co-authored-by: maciek <maciek@vegaprotocol.io>
* chore(#952): remove any from useDataProvider hook
Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
|
2022-08-09 10:43:11 +01:00 |
|
Dexter Edwards
|
107171d46a
|
renaming test files (#351)
* renaming test files
* add eslint plugin jest
* enable linting rule and additional rules
* fix a metric ton of linting errors
* fix lint errors
* remove export
|
2022-05-12 13:32:14 +01:00 |
|
Bartłomiej Głownia
|
2cdf349641
|
Limit number of warnings in tests (#298)
|
2022-04-25 17:33:49 +01:00 |
|
Bartłomiej Głownia
|
c573349f68
|
[#185] Add accounts table (#193)
* [#185] Add accounts table
* [#185] Add summary row to accounts table
|
2022-04-06 10:48:05 -07:00 |
|