diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-26 00:22:26 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-26 00:22:26 +0200 |
commit | 6f16392aa452c07e60ac4775b002c26f02e27609 (patch) | |
tree | dba49954cfdf4b673afd17925a5a84d287481bac /util/src/index.ts | |
parent | :bug: patch modules (diff) | |
download | server-6f16392aa452c07e60ac4775b002c26f02e27609.tar.xz |
:sparkles: unit test
Diffstat (limited to 'util/src/index.ts')
-rw-r--r-- | util/src/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/src/index.ts b/util/src/index.ts index d66af15b..f3bd9e9b 100644 --- a/util/src/index.ts +++ b/util/src/index.ts @@ -1,10 +1,9 @@ import "reflect-metadata"; // export * as Constants from "../util/Constants"; +export * from "./util/index"; export * from "./interfaces/index"; export * from "./entities/index"; -export * from "./util/index"; -import "./test"; // import Config from "../util/Config"; // import db, { MongooseCache, toObject } from "./util/Database"; |