Skip to content

Commit ac51ca0

Browse files
committed
(#17) Switched to Spectron + Jest tests
1 parent b0325a8 commit ac51ca0

File tree

4 files changed

+5191
-263
lines changed

4 files changed

+5191
-263
lines changed

Diff for: test/window-integration-tests/constants.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const POS_X = 50;
2+
const POS_Y = 100;
3+
const WIDTH = 800;
4+
const HEIGTH = 600;
5+
const TITLE = "libnut window test";
6+
7+
module.exports = {
8+
POS_X,
9+
POS_Y,
10+
WIDTH,
11+
HEIGTH,
12+
TITLE
13+
};

0 commit comments

Comments
 (0)