Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4eee8140
...
4eee81406c1e672eec58ca8c80e336ab2863e988
authored
2012-07-23 10:50:21 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added new 'test.done' event in tester
1 parent
1391561b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
modules/tester.js
modules/tester.js
View file @
4eee814
...
...
@@ -495,6 +495,7 @@ var Tester = function Tester(casper, options) {
*
*/
this
.
done
=
function
done
()
{
this
.
emit
(
'test.done'
);
this
.
running
=
false
;
};
...
...
Please
register
or
sign in
to post a comment