mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
try an new ddata to prevent tests from stepping on each other
This commit is contained in:
@@ -17,6 +17,7 @@ describe('Treatment API', function ( ) {
|
||||
self.app.enable('api');
|
||||
require('../lib/bootevent')(self.env).boot(function booted(ctx) {
|
||||
self.ctx = ctx;
|
||||
self.ctx.ddata = require('../lib/data/ddata')();
|
||||
self.app.use('/api', api(self.env, ctx));
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user