fix(core): update

This commit is contained in:
2022-03-12 19:05:46 +01:00
parent 318189c7b2
commit 9adbce12e1
9 changed files with 151 additions and 108 deletions

View File

@ -1,6 +1,6 @@
import { tap, expect, expectAsync } from '@pushrocks/tapbundle';
import * as tsbuild from '../ts/index';
import * as tsbuild from '../ts/index.js';
let assetfiles: string[] = ['./test/assets/tocompile.ts', './test/assets/tocompile2.ts'];