| 1 | import { expect } from 'chai'; |
| 2 | import * as sinon from 'sinon'; |
| 3 | import { Module } from '../../../common/decorators/modules/module.decorator'; |
| 4 | import { Global } from '../../../common/index'; |
nothing calls this directly
no test coverage detected