chore(plugin-theme): Disable paperless for now
This commit is contained in:
parent
c7178c0697
commit
ba86029e61
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue