Skip to content

Commit

Permalink
Add missing closet files for lazy eval tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Sep 16, 2017
1 parent 4b77879 commit 533eceb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/closet/lazy-func-first.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = () => 'lazy';
3 changes: 3 additions & 0 deletions test/closet/lazy-func-second.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict';

module.exports = (instance) => instance.prop;

0 comments on commit 533eceb

Please sign in to comment.