mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add missing EOF new lines
This commit is contained in:
parent
b86ec72a4e
commit
95256071e1
@ -40,5 +40,4 @@
|
|||||||
|
|
||||||
runTest(0);
|
runTest(0);
|
||||||
});
|
});
|
||||||
|
})();
|
||||||
})();
|
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
'settings/test-resize.js',
|
'settings/test-resize.js',
|
||||||
'settings/test-resize-origin.js',
|
'settings/test-resize-origin.js',
|
||||||
'settings/test-settings-open-panels-on-click.js',
|
'settings/test-settings-open-panels-on-click.js',
|
||||||
];
|
];
|
||||||
|
@ -74,4 +74,4 @@ casper.test.begin('Test resize feature works, and check the output', 19, functio
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -75,4 +75,4 @@ casper.test.begin('Test resize content works, and check the output', 18, functio
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -58,4 +58,4 @@ casper.test.begin('Test updating default size works', 14 , function(test) {
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -94,4 +94,4 @@ casper.test.begin('Test resize panel width/height inputs are synchronized', 28 ,
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -83,4 +83,4 @@ casper.test.begin('Test resize feature works, and check the output', 20, functio
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -60,4 +60,4 @@ casper.test.begin('Test resize feature works', 16 , function(test) {
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -80,4 +80,4 @@ casper.test.begin('Settings Test', 18, function(test) {
|
|||||||
.run(function () {
|
.run(function () {
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user