Skip to content

Commit

Permalink
fix(common): Add concrete import to interface.ts to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 19, 2016
1 parent 64879a2 commit 2d16740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @module common */ /** */

// Need to import or export at least one concrete something
import {noop} from "./common";

/**
* An interface for getting values from dependency injection.
*/
Expand Down

0 comments on commit 2d16740

Please sign in to comment.