This commit is contained in:
Steve Faulkner 2019-07-16 15:25:57 -05:00
Родитель c9eb0d6781
Коммит 74c29eea14
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,5 @@
import assert from "assert";
import { Constants, CosmosClient } from "../..";
import { Constants, CosmosClient } from "../../dist-esm";
import { endpoint, masterKey } from "../common/_testConfig";
import { getTestContainer, removeAllDatabases } from "../common/TestHelpers";