fix(core): update

This commit is contained in:
2020-10-06 16:25:44 +00:00
parent a04cafdb63
commit 243d1f17a3
2 changed files with 2 additions and 11 deletions

View File

@ -5,6 +5,7 @@ let deesCommsTest: deesComms.DeesComms;
tap.test('first test', async () => {
deesCommsTest = new deesComms.DeesComms();
deesCommsTest;
});
tap.start();