fix(build): modernize project tooling and test configuration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as webjwt from '../ts/index.js';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
@@ -15,4 +15,4 @@ tap.test('first test', async () => {
|
||||
console.log(JSON.stringify(result, null, 2));
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
Reference in New Issue
Block a user