Skip to content

Commit ff060a3

Browse files
Alex AlvarezRobert Jackson
authored andcommitted
Adding failing testcase for render usage
1 parent 0b447c2 commit ff060a3

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import someOtherThing from '../foo-bar/';
2+
3+
// this example doesn't use this.render inside of a test block, so it should not be transformed
4+
// and there should be no new imports added
5+
someOtherThing(function() {
6+
this.render('derp');
7+
});
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import someOtherThing from '../foo-bar/';
2+
3+
// this example doesn't use this.render inside of a test block, so it should not be transformed
4+
// and there should be no new imports added
5+
someOtherThing(function() {
6+
this.render('derp');
7+
});

0 commit comments

Comments
 (0)