Merge pull request #2609 from nightscout/wip/benv-upgrade

bump benv to version 3.3.0 to fix issue with updated jsdom
This commit is contained in:
Jason Calabrese
2017-05-22 17:39:59 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -91,6 +91,6 @@
"mocha": "~3.1.2",
"should": "~11.1.1",
"supertest": "~2.0.0",
"benv": "3.1.0"
"benv": "3.3.0"
}
}
-1
View File
@@ -49,7 +49,6 @@ describe('client', function ( ) {
client.dataUpdate(nowData);
client.careportal.prepareEvents();
client.careportal.toggleDrawer();
$('#eventType').val('Snack Bolus');
$('#glucoseValue').val('100');