Skip to content

Commit 32e61fc

Browse files
committed
add failing test
1 parent eac1f9d commit 32e61fc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//import RSVP from 'rsvp';
2+
import { module } from 'qunit';
3+
4+
module('Unit | whatever');
5+
6+
// test('commented out test', function(assert) {});
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//import RSVP from 'rsvp';
2+
import { module } from 'qunit';
3+
4+
module('Unit | whatever', function() {});
5+
6+
// test('commented out test', function(assert) {});

0 commit comments

Comments
 (0)