fix: modernize nullresolve runtime

This commit is contained in:
2026-04-29 11:07:46 +00:00
parent a272df13c8
commit f5338fd11a
14 changed files with 4418 additions and 4555 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { tap, expect } from '@push.rocks/tapbundle';
import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as nullresolve from '../ts/index.js';
@@ -11,4 +11,4 @@ tap.test('should create, start and stop an instance of nullresolve', async () =>
await nullresolveInstance.stop();
});
tap.start();
export default tap.start();