Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed May 21, 2016
1 parent c7068d6 commit ce88db1
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion test/tests/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ describe.skip('Benchmark', function () {
});
});
})
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/edit/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ describe('Edit > Copy', function () {
assert.isDefined(image.getSize);
});
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/edit/paste.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ describe('Edit > Paste', function () {
})
.then((src) => assert.isTrue(REGEX_PNG.test(src)));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/edit/redo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ describe('Edit > Redo', function () {
})
.then((src) => assert.isTrue(REGEX_PNG.test(src)));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/edit/undo.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ describe('Edit > Undo', function () {
})
.then((src) => assert.equal(src, ''));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/file/close-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ describe('File > Close Tab', function () {
})
.then((tabCount) => assert.equal(tabCount, 1));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/file/close-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ describe('File > Close Window', function () {
.then(() => app.client.getWindowCount())
.then((count) => assert.equal(count, 1));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/file/new-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ describe('File > New Tab', function () {
})
.then((tabCount) => assert.equal(tabCount, 2));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/file/new-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ describe('File > New Window', function () {
.then(() => app.client.getWindowCount())
.then((count) => assert.equal(count, 2));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/negative/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ describe('Negative > Preferences', function () {
// `performSelector`, it cannot be properly tested until
// Spectron supports testing menu item functionality.
it('Close');
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/negative/quit.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ describe('Negative > Quit', function () {
// @TODO - This should test that settings are saved (or at least written)
return app.stop().then(() => assert.isFalse(app.isRunning()));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/negative/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ describe('Negative > Reset...', function () {
.then(() => app.client.getWindowCount())
.then((count) => assert.strictEqual(count, 1));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/view/actual-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ describe('View > Actual Size', function () {
})
.then((zoomLevel) => assert.equal(zoomLevel, 1));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/view/capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ describe('View > Capture', function () {
})
.then((src) => assert.isTrue(REGEX_PNG.test(src)));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/view/clear.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ describe('View > Clear', function () {
})
.then((src) => assert.equal(src, ''));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/view/zoom-in.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ describe('View > Zoom In', function () {
})
.then((zoomLevel) => assert.equal(zoomLevel, 2));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/view/zoom-out.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ describe('View > Zoom Out', function () {
})
.then((zoomLevel) => assert.equal(zoomLevel, 0.5));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/window/fit-window-to-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ describe('Window > Fit Window to Image', function () {
assert.strictEqual(origBounds.height, bounds.height);
});
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/window/move.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ describe('Window > Move', function () {
return testBounds('down', 10)
.then((result) => assert.strictEqual(result.newBounds.y, result.oldBounds.y + 10));
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/window/next-tab-and-resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ describe('Window > Next Tab And Resize', function () {
assert.strictEqual(firstTabBounds.height, bounds.height);
});
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/window/next-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ describe('Window > Next Tab', function () {
})
.then((selectedIndex) => assert.equal(selectedIndex, 0))
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/window/previous-tab-and-resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ describe('Window > Previous Tab And Resize', function () {
assert.strictEqual(firstTabBounds.height, bounds.height);
});
});
});
});
2 changes: 1 addition & 1 deletion test/tests/menu/window/previous-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ describe('Window > Previous Tab', function () {
})
.then((selectedIndex) => assert.equal(selectedIndex, 0))
});
});
});

0 comments on commit ce88db1

Please sign in to comment.