From 609b6c686db9b349cf985e4ec81352f3748f0d95 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 22 May 2020 17:49:14 +0200 Subject: [PATCH] Update EVT, shorter path --- src/test/index.ts | 2 +- src/test/myFunction.ts | 2 +- src/test/myObject.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/index.ts b/src/test/index.ts index 50aa770..7d36df1 100644 --- a/src/test/index.ts +++ b/src/test/index.ts @@ -3,7 +3,7 @@ import * as child_process from "child_process"; import * as path from "path"; -import { Deferred } from "evt/dist/tools/Deferred"; +import { Deferred } from "evt/tools/Deferred"; (async () => { diff --git a/src/test/myFunction.ts b/src/test/myFunction.ts index 186cb9a..f385dd7 100644 --- a/src/test/myFunction.ts +++ b/src/test/myFunction.ts @@ -1,7 +1,7 @@ import { myFunction } from ".."; -import { getPromiseAssertionApi } from "evt/dist/tools/testing/getPromiseAssertionApi"; +import { getPromiseAssertionApi } from "evt/tools/testing"; const { mustResolve } = getPromiseAssertionApi({ "takeIntoAccountArraysOrdering": true}); diff --git a/src/test/myObject.ts b/src/test/myObject.ts index 9b1e3d6..eef2052 100644 --- a/src/test/myObject.ts +++ b/src/test/myObject.ts @@ -1,7 +1,7 @@ -import { assert } from "evt/dist/tools/typeSafety"; -import * as inDepth from "evt/dist/tools/inDepth"; +import { assert } from "evt/tools/typeSafety"; +import * as inDepth from "evt/tools/inDepth"; import { myObject } from ".."; assert(