mirror of
https://github.com/discourse/discourse.git
synced 2025-04-30 07:24:37 +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();
|
|
});
|