1
0
Fork 0

feat(core): Pass shorthand() to draft methods

This commit is contained in:
joostdecock 2022-09-10 19:13:43 +02:00
parent 3b510fc2fb
commit ac4d134075
6 changed files with 32 additions and 52 deletions

View file

@ -7,7 +7,7 @@ import render from './fixtures/render.mjs'
chai.use(chaiString)
const expect = chai.expect
const { version } = pkg
/*
describe('Svg', () => {
const part = {
name: 'test',
@ -279,3 +279,4 @@ describe('Svg', () => {
expect(svg.tab()).to.equal(' ')
})
})
*/