Skip to content

Commit

Permalink
GH-4 typo in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouse Braun committed Sep 21, 2017
1 parent 01bc386 commit 417465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Google', function () {

describe(`${label} : ${width} x ${height}`, () => {

before(function* () {);
before(function* () {;
yield niffy.wait(100); // example
});

Expand Down

0 comments on commit 417465a

Please sign in to comment.