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
b1d4a2b0
...
b1d4a2b0811e5a309b9b4e39e1956d269bd9a31d
authored
2011-12-25 16:43:16 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed unused argument in cli test suite
1 parent
6da694e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
tests/suites/cli.js
tests/suites/cli.js
View file @
b1d4a2b
(
function
(
t
,
phantom
)
{
(
function
(
t
)
{
var
cli
=
require
(
'cli'
);
t
.
comment
(
'parse()'
);
...
...
@@ -40,4 +40,4 @@
})(
cli
.
parse
([
'foo & bar'
,
'baz & boz'
,
'--universe=42'
,
'--lap=13.37'
,
'--chucknorris'
,
'--oops=false'
]));
t
.
done
();
})(
casper
.
test
,
phantom
);
})(
casper
.
test
);
...
...
Please
register
or
sign in
to post a comment