7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
moduleForComponent('ace-editor', {needs: []});
|
|
|
|
test('changing colors', function(assert) {
|
|
assert.expect(0);
|
|
var component = this.subject();
|
|
});
|