1
0
Fork 0

Fix plugin-theme tests

This commit is contained in:
Wouter van Wageningen 2023-06-02 22:34:48 +00:00
parent 27ee9139a6
commit f66931511b

View file

@ -38,7 +38,7 @@ describe('Theme Plugin Tests', () => {
*/
it('Should round after applying scale.', () => {
pattern.settings.scale = 1 / 3
pattern.settings[0].scale = 1 / 3
pattern.draft().render()
expect(pattern.svg.style).to.contain('svg.freesewing .text-xxl {\n font-size: 4px')