Change sympto module structure

This commit is contained in:
Julia Friesel
2018-07-03 09:19:06 +02:00
parent 1c791df5ad
commit 9c1876e876
4 changed files with 5 additions and 5 deletions
@@ -1,9 +1,9 @@
import chai from 'chai'
import { detectTemperatureShift } from '../lib/sensiplan'
import { detectTemperatureShift } from '../../lib/sympto/temperature'
const expect = chai.expect
describe.only('sensiplan', () => {
describe.only('sympto', () => {
describe('detect temperature shift', () => {
describe('regular rule', () => {
it('reports lower temperature status before shift', function () {