Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Commit 8ffc310

Browse files
committed
Apply feedback from decorator PR
1 parent 4e80aba commit 8ffc310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/mixins/logger.mixin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {LoggerMixin, LogArgs, Logger} from '../../..';
88
import {Application, Component} from '@loopback/core';
99
import {Constructor} from '@loopback/context';
1010

11-
describe('LoggerMixin', () => {
11+
describe('LoggerMixin (unit)', () => {
1212
it('mixed class has .logger()', () => {
1313
const myApp = new AppWithLogger();
1414
expect(typeof myApp.logger).to.be.eql('function');

0 commit comments

Comments
 (0)