1
0
Fork 0

chore(plugin-theme): Disable paperless for now

This commit is contained in:
joostdecock 2022-09-25 10:53:54 +02:00
parent c7178c0697
commit ba86029e61
2 changed files with 10 additions and 4 deletions

View file

@ -13,9 +13,11 @@ describe('Theme Plugin Tests', () => {
expect(pattern.svg.style).to.contain('svg.freesewing')
})
/*
* FIXME: Re-implement this for v3
it('Should load the metric grid for paperless', () => {
expect(pattern.svg.defs).to.contain('gridline-xs')
expect(pattern.svg.defs).to.contain('M 10 0 L 10 100 M 20 0 L 20')
expect(pattern.svg.head).to.contain('gridline-xs')
expect(pattern.svg.head).to.contain('M 10 0 L 10 100 M 20 0 L 20')
})
it('Should load the imperial grid for paperless', () => {
@ -33,6 +35,7 @@ describe('Theme Plugin Tests', () => {
expect(pattern.svg.style).to.contain('svg.freesewing .text-xxl {\n font-size: 24px;')
})
*/
it('Should round after applying scale.', () => {
pattern.settings.scale = 1 / 3