fix(core): Updated dependencies and optimized code structure
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import log from 'why-is-node-running';
|
||||
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
|
||||
import * as smartntml from '../ts/index.js';
|
||||
|
||||
@@ -19,7 +18,6 @@ tap.test('should render a string', async () => {
|
||||
});
|
||||
|
||||
tap.test('should log', async () => {
|
||||
log();
|
||||
setTimeout(() => process.exit(0), 0);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user