fix(core): update

This commit is contained in:
2023-08-20 17:10:10 +02:00
parent 497e6d1c11
commit 252d56a321
8 changed files with 897 additions and 267 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as domtools from '../ts/index';
import { expect, tap } from '@push.rocks/tapbundle';
import * as domtools from '../ts/index.js';
tap.test('first test', async () => {
const domtoolsInstance = await domtools.DomTools.setupDomTools();