Skip to content

Commit 14a5286

Browse files
committed
Add vsync prop to test
1 parent 2e5eee5 commit 14a5286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const classes = {
2121
props: [
2222
'handle','width','height','w','h','wh','size','title','icon',
2323
'msaa','version','shouldClose','platformWindow','platformContext',
24-
'pos','framebufferSize','currentContext','cursorPos',
24+
'pos','framebufferSize','currentContext','cursorPos', 'vsync',
2525
],
2626
methods: [
2727
'getKey','getMouseButton','getWindowAttrib','setInputMode','swapBuffers',
@@ -56,7 +56,7 @@ const classes = {
5656
};
5757

5858

59-
describe('GLFW', () => {
59+
describe('GLFW Interface', () => {
6060
it('exports an object', () => {
6161
assert.strictEqual(typeof glfw, 'object');
6262
});

0 commit comments

Comments
 (0)