mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:01:14 +08:00
Removed bad JS tests, upgrade QUnit + ember-qunit
This commit is contained in:
6
test/javascripts/components/ace-editor-test.js.es6
Normal file
6
test/javascripts/components/ace-editor-test.js.es6
Normal file
@ -0,0 +1,6 @@
|
||||
moduleForComponent('ace-editor', {needs: []});
|
||||
|
||||
test('changing colors', function(assert) {
|
||||
assert.expect(0);
|
||||
var component = this.subject();
|
||||
});
|
Reference in New Issue
Block a user