moves getCycleLength to corresponding files, adds function to get next menses (not finished) with first tests

This commit is contained in:
tina
2018-08-22 18:21:57 +02:00
parent b80c91cb46
commit ea21fc92a2
5 changed files with 171 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import chai from 'chai'
import { AssertionError } from 'assert'
import cycleInfo from '../lib/cycle-length'
import {getCycleLengthStats as cycleInfo} from '../lib/cycle-length'
const expect = chai.expect