mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
clean up
This commit is contained in:
@@ -12,7 +12,7 @@ var config = {
|
||||
function init (env, callback) {
|
||||
|
||||
if (!env.storageURI || !_.isString(env.storageURI)) {
|
||||
throw new Error("openaps config uri is missing or invalid");
|
||||
throw new Error('openaps config uri is missing or invalid');
|
||||
}
|
||||
|
||||
var configPath = env.storageURI.split('openaps://').pop();
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
var should = require('should');
|
||||
var assert = require('assert');
|
||||
|
||||
describe('openaps storage', function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user