From d5199e146d1b142ea138d70ff4c7e10358f7dc3e Mon Sep 17 00:00:00 2001 From: andrewstart Date: Thu, 10 Dec 2020 12:10:52 -0500 Subject: [PATCH] Further fix tests. --- tests/ts-dist/tsconfig.json | 2 +- tests/ts-lib/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ts-dist/tsconfig.json b/tests/ts-dist/tsconfig.json index bad40c13..bb04c433 100644 --- a/tests/ts-dist/tsconfig.json +++ b/tests/ts-dist/tsconfig.json @@ -10,7 +10,7 @@ "baseUrl": "./", "paths": { "mini-signals": [ - "node_modules/resource-loader/typings/mini-signals.d.ts" + "../../node_modules/resource-loader/typings/mini-signals.d.ts" ] }, }, diff --git a/tests/ts-lib/tsconfig.json b/tests/ts-lib/tsconfig.json index 8d13d3bc..e9e3de53 100644 --- a/tests/ts-lib/tsconfig.json +++ b/tests/ts-lib/tsconfig.json @@ -9,7 +9,7 @@ "baseUrl": "./", "paths": { "mini-signals": [ - "node_modules/resource-loader/typings/mini-signals.d.ts" + "../../node_modules/resource-loader/typings/mini-signals.d.ts" ] }, },