Ignore highest quality after end of eval
This commit is contained in:
@@ -5,7 +5,7 @@ import periodInfo from '../lib/period-length'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe.only('getPeriodLengthStats', () => {
|
||||
describe('getPeriodLengthStats', () => {
|
||||
it('works for a simple odd-numbered array', () => {
|
||||
const periodLengths = [99, 5, 1, 2, 100]
|
||||
const result = periodInfo(periodLengths)
|
||||
|
||||
Reference in New Issue
Block a user