mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-03 12:27:35 -05:00
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
moduleForComponent('ace-editor', {needs: []});
|
|
|
|
test('changing colors', function(assert) {
|
|
assert.expect(0);
|
|
var component = this.subject();
|
|
});
|