mirror of
https://github.com/garronej/ts-ci.git
synced 2025-12-01 05:43:06 +00:00
Update EVT, shorter path
This commit is contained in:
parent
e9af764abe
commit
609b6c686d
3 changed files with 4 additions and 4 deletions
|
|
@ -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 () => {
|
||||
|
||||
|
|
|
|||
|
|
@ -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});
|
||||
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue