fix(core): update
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user