chore: fix lint

This commit is contained in:
二货机器人 2022-08-23 23:02:23 +08:00
parent f64c6ca2f3
commit ed59c7e79e

View File

@ -1,5 +1,6 @@
import { toHaveNoViolations } from 'jest-axe';
import '@testing-library/jest-dom';
import format, { plugins } from 'pretty-format';
import { defaultConfig } from '../components/theme/index';
// Not use dynamic hashed for test env since version will change hash dynamically.
@ -22,7 +23,6 @@ if (process.env.LIB_DIR === 'dist') {
return esTheme;
});
}
import format, { plugins } from 'pretty-format';
/**
* React 17 & 18 will have different behavior in some special cases: