Fix plugin-theme tests
This commit is contained in:
parent
27ee9139a6
commit
f66931511b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ describe('Theme Plugin Tests', () => {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
it('Should round after applying scale.', () => {
|
it('Should round after applying scale.', () => {
|
||||||
pattern.settings.scale = 1 / 3
|
pattern.settings[0].scale = 1 / 3
|
||||||
pattern.draft().render()
|
pattern.draft().render()
|
||||||
|
|
||||||
expect(pattern.svg.style).to.contain('svg.freesewing .text-xxl {\n font-size: 4px')
|
expect(pattern.svg.style).to.contain('svg.freesewing .text-xxl {\n font-size: 4px')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue