feat(core): Pass shorthand() to draft methods
This commit is contained in:
parent
3b510fc2fb
commit
ac4d134075
6 changed files with 32 additions and 52 deletions
|
@ -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(' ')
|
||||
})
|
||||
})
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue