fix(core): update

This commit is contained in:
2022-03-18 02:15:17 +01:00
parent 1e5e1ced6a
commit f23760abc6
12 changed files with 18178 additions and 1055 deletions

View File

@ -1,6 +1,6 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartopen from '../ts/index';
import * as smartopen from '../ts/index.js';
tap.test('should open a webpage', async () => {
await smartopen.openUrl('https://lossless.com');