Update EVT, shorter path

This commit is contained in:
Joseph Garrone 2020-05-22 17:49:14 +02:00
parent e9af764abe
commit 609b6c686d
3 changed files with 4 additions and 4 deletions

View file

@ -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 () => {

View file

@ -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});

View file

@ -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(