fix(core): switch from typings-global to @types/node
This commit is contained in:
10
test/test.ts
10
test/test.ts
@ -1,9 +1,9 @@
|
||||
import { expect, tap } from 'tapbundle'
|
||||
import { expect, tap } from 'tapbundle';
|
||||
|
||||
import * as smartopen from '../ts/index'
|
||||
import * as smartopen from '../ts/index';
|
||||
|
||||
tap.test('should open a webpage', async () => {
|
||||
smartopen.openUrl('https://lossless.com')
|
||||
})
|
||||
await smartopen.openUrl('https://lossless.com');
|
||||
});
|
||||
|
||||
tap.start()
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user