Skip to content

Commit 2d16740

Browse files
fix(common): Add concrete import to interface.ts to fix unit tests
1 parent 64879a2 commit 2d16740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/interface.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/** @module common */ /** */
22

3+
// Need to import or export at least one concrete something
4+
import {noop} from "./common";
5+
36
/**
47
* An interface for getting values from dependency injection.
58
*/

0 commit comments

Comments
 (0)