Skip to content

Commit

Permalink
Add a dummy test to keep the test runner happy
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Jan 29, 2016
1 parent ef537a1 commit b42590d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file.
8 changes: 8 additions & 0 deletions packages/ember-glimmer/tests/dummy_test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
QUnit.module('ember-glimmer: main');

QUnit.test('dummy test', function() {
// The test runner will exit with error if we don't have any tests in the
// package, so this is to convince the runner that everything is okay.
// Remove me once we started testing real things.
ok(true, 'it works');
});

0 comments on commit b42590d

Please sign in to comment.