Ignore highest quality after end of eval

This commit is contained in:
Julia Friesel
2018-08-01 16:45:41 +02:00
parent bc28d28331
commit 574e7ed854
4 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -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)