packages/backend-common: import winston as namespace

This commit is contained in:
Patrik Oldsberg
2020-06-14 11:15:21 +02:00
parent 8aee97383e
commit 3bdcc175d9
5 changed files with 9 additions and 9 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { StorageBase, createStorage } from '.';
import winston from 'winston';
import * as winston from 'winston';
describe('Storage Interface Test', () => {
const mockStore = new (class MockStorage implements StorageBase {