Removed bad JS tests, upgrade QUnit + ember-qunit

This commit is contained in:
Robin Ward
2015-05-13 14:12:54 -04:00
parent 4df868a420
commit 01d4085125
13 changed files with 1062 additions and 465 deletions

View File

@ -0,0 +1,6 @@
moduleForComponent('ace-editor', {needs: []});
test('changing colors', function(assert) {
assert.expect(0);
var component = this.subject();
});