Skip to content

Commit

Permalink
Call lessTester.finished()
Browse files Browse the repository at this point in the history
In less.js 2.x this mistake only omitted the final message "All Passed
1 run" however in less.js 3.x this changes to hanging the test run
unless .finished() is called.
  • Loading branch information
agriffis committed Feb 12, 2018
1 parent 3808fc3 commit ca5eaa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ lessTester.runTestSet(
{strictMath: true, silent: true, plugins: [plugin] },
"functions/");

if (lessTester.finish) {
lessTester.finish();
}
lessTester.finished();

0 comments on commit ca5eaa0

Please sign in to comment.