fix(core): update

This commit is contained in:
2019-05-19 22:12:21 +02:00
parent 47b7be41fc
commit 1451da7aba
2 changed files with 27 additions and 23 deletions

View File

@ -1,8 +1,10 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartexit from '../ts/index';
let testSmartexit: smartexit.SmartExit;
tap.test('first test', async () => {
smartexit;
testSmartexit = new smartexit.SmartExit();
});
tap.test('should end processes upon SIGINT', async tools => {