mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
chore: remove redundant space after should
(#32141)
This commit is contained in:
parent
272ff9885a
commit
a0d8ee37a4
@ -193,7 +193,7 @@ describe('message.hooks', () => {
|
||||
mount(<Demo />);
|
||||
});
|
||||
|
||||
it("should use ConfigProvider's getPopupContainer as message container", () => {
|
||||
it("should use ConfigProvider's getPopupContainer as message container", () => {
|
||||
const containerId = 'container';
|
||||
const getPopupContainer = () => {
|
||||
const div = document.createElement('div');
|
||||
|
Loading…
Reference in New Issue
Block a user