fix(build): modernize build configuration and tighten TypeScript typings
This commit is contained in:
@@ -114,7 +114,7 @@ tap.test('modern API: cache strategy works', async () => {
|
||||
}
|
||||
});
|
||||
|
||||
tap.test('modern API: exports all types and classes', () => {
|
||||
tap.test('modern API: exports all types and classes', async () => {
|
||||
// Verify exports
|
||||
expect(smartupdate.SmartUpdate).toBeTypeOf('function');
|
||||
expect(smartupdate.UpdateCacheManager).toBeTypeOf('function');
|
||||
|
||||
Reference in New Issue
Block a user