formatting

This commit is contained in:
Martin
2017-08-05 13:18:42 +02:00
parent 31f06ad2ed
commit f63980722a
+4
View File
@@ -1,3 +1,5 @@
(function() {
QUnit.module('ImageEditor');
QUnit.test('should load image', function( assert ) {
@@ -22,3 +24,5 @@ QUnit.test('should crop image', function( assert ) {
done();
});
});
})();