mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
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:
+1
-1
@@ -91,6 +91,6 @@
|
||||
"mocha": "~3.1.2",
|
||||
"should": "~11.1.1",
|
||||
"supertest": "~2.0.0",
|
||||
"benv": "3.1.0"
|
||||
"benv": "3.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,7 +49,6 @@ describe('client', function ( ) {
|
||||
client.dataUpdate(nowData);
|
||||
|
||||
client.careportal.prepareEvents();
|
||||
client.careportal.toggleDrawer();
|
||||
|
||||
$('#eventType').val('Snack Bolus');
|
||||
$('#glucoseValue').val('100');
|
||||
|
||||
Reference in New Issue
Block a user