fix(typescript): tighten TypeScript typings and modernize project tooling configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as smartpromise from '../ts/index.js';
|
||||
import { tap, expect } from '@push.rocks/tapbundle';
|
||||
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
||||
|
||||
tap.test('simple deferred should resolve with correct value', async () => {
|
||||
const done = smartpromise.defer<string>();
|
||||
|
||||
Reference in New Issue
Block a user