chore: Linter fixes
This commit is contained in:
parent
b1429a3704
commit
ef5e792d6b
40 changed files with 93 additions and 99 deletions
|
@ -1,10 +1,14 @@
|
|||
import chai from 'chai'
|
||||
import { round, Pattern, Design, pctBasedOn } from '../src/index.mjs'
|
||||
//import { round, Pattern, Design, pctBasedOn } from '../src/index.mjs'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe('Pattern', () => {
|
||||
describe('Pattern.sample()', () => {
|
||||
it('FIXME: Write some tests here', () => {
|
||||
expect(true).to.equal(true)
|
||||
})
|
||||
|
||||
/*
|
||||
it('Should sample an option', () => {
|
||||
let pattern = new Pattern({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue