Merge pull request #1281 from spotify/rugvip/winston

packages/backend-common: import winston as namespace
This commit is contained in:
Patrik Oldsberg
2020-06-15 10:38:34 +02:00
committed by GitHub
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 {