UNPKG
@mntu/nestjs-ldap
Version:
latest (1.0.7)
1.0.7
NestJS library to access LDAP
mntu/nestjs-ldap
@mntu/nestjs-ldap
/
jest.setup.ts
9 lines
(7 loc)
•
225 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** @format */
/* eslint spaced-comment:0, no-underscore-dangle:0 */
///
<reference types="./typings/global" />
global
.__SERVER__ =
true
;
global
.__DEV__ =
true
;
global
.__PRODUCTION__ =
false
;
global
.__TEST__ =
true
;