mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:33:44 +08:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
moduleForComponent('ace-editor', {needs: []});
|
||
|
|
||
|
test('changing colors', function(assert) {
|
||
|
assert.expect(0);
|
||
|
var component = this.subject();
|
||
|
});
|