chore: remove redundant space after should (#32141)

This commit is contained in:
JounQin 2021-09-13 16:19:09 +08:00 committed by GitHub
parent 272ff9885a
commit a0d8ee37a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');