1
0
Fork 0

chore(core): Adding unit tests

This commit is contained in:
joostdecock 2022-07-24 21:34:22 +02:00
parent a357c2e642
commit 293c6bec09
4 changed files with 82 additions and 28 deletions

View file

@ -435,3 +435,4 @@ it("Should correctly merge settings for existing array", () => {
expect(pattern.settings.only.length).to.equal(4);
expect(pattern.settings.margin).to.equal(5);
});