1
0
Fork 0

chore: Linter fixes

This commit is contained in:
Joost De Cock 2022-09-14 15:02:39 +02:00
parent b1429a3704
commit ef5e792d6b
40 changed files with 93 additions and 99 deletions

View file

@ -1,12 +1,17 @@
import chai from 'chai'
import chaiString from 'chai-string'
import { Design, Pattern } from '../src/index.mjs'
import pkg from '../package.json' assert { type: 'json' }
import render from './fixtures/render.mjs'
//import { Design, Pattern } from '../src/index.mjs'
//import pkg from '../package.json' assert { type: 'json' }
//import render from './fixtures/render.mjs'
chai.use(chaiString)
const expect = chai.expect
const { version } = pkg
//const { version } = pkg
it('FIXME: Write some tests here', () => {
expect(true).to.equal(true)
})
/*
describe('Svg', () => {
const part = {