fixed target Type

This commit is contained in:
Moriz Wahl 2021-03-23 19:37:42 +01:00
parent 977fdef089
commit 207f5c1bc5

View File

@ -8,7 +8,7 @@ describe('CloseButton', () => {
let wrapper
let propsData = {
target: ["Target", 0],
target: "Target",
expanded: false,
}