mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 01:15:48 +08:00
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();
|
|
});
|