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

Commit

Permalink
Apply feedback from decorator PR
Browse files Browse the repository at this point in the history
  • Loading branch information
virkt25 committed Oct 5, 2017
1 parent 4e80aba commit 8ffc310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/mixins/logger.mixin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {LoggerMixin, LogArgs, Logger} from '../../..';
import {Application, Component} from '@loopback/core';
import {Constructor} from '@loopback/context';

describe('LoggerMixin', () => {
describe('LoggerMixin (unit)', () => {
it('mixed class has .logger()', () => {
const myApp = new AppWithLogger();
expect(typeof myApp.logger).to.be.eql('function');
Expand Down

0 comments on commit 8ffc310

Please sign in to comment.