fix(core): update

This commit is contained in:
2023-05-01 14:38:53 +02:00
parent cc5f93305b
commit e87833c59f
15 changed files with 4538 additions and 26593 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartssr from '../ts/index';
import * as smartssr from '../ts/index.js';
let testSSRInstance: smartssr.SmartSSR;