chore(fe): uplift FE packages to latest version (#30357)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2024-10-12 01:46:01 +07:00
committed by GitHub
parent 9c12b1c7da
commit 9a2b1a5cf7
31 changed files with 402 additions and 334 deletions

View File

@@ -18,7 +18,7 @@
*/
import { render } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
import {
ErrorLevel,
ErrorSource,

View File

@@ -17,8 +17,8 @@
* under the License.
*/
import '@testing-library/jest-dom';
import { render, screen, fireEvent } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import {
ErrorLevel,
ErrorTypeEnum,