Compare commits

...

2 Commits

Author SHA1 Message Date
568772734b 1.0.67 2022-03-14 11:49:39 +01:00
30525e7e55 fix(core): update 2022-03-14 11:49:38 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@gitzone/tstest",
"version": "1.0.66",
"version": "1.0.67",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gitzone/tstest",
"version": "1.0.66",
"version": "1.0.67",
"license": "MIT",
"dependencies": {
"@gitzone/tsbundle": "^1.0.91",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.66",
"version": "1.0.67",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js",

View File

@ -99,7 +99,7 @@ export class TsTest {
const bundleFilePath = plugins.path.join(tsbundleCacheDirPath, bundleFileName);
// lets bundle the test
await plugins.smartfile.fs.ensureDir(tsbundleCacheDirPath);
await plugins.smartfile.fs.ensureEmptyDir(tsbundleCacheDirPath);
await this.tsbundleInstance.buildTest(process.cwd(), fileNameArg, bundleFilePath, 'rollup');
// lets create a server