Skip to content

Commit 0732408

Browse files
author
Mike Taylor
committed
Issue #942. Rename functional.js to functional-all.js
1 parent 99df1c2 commit 0732408

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/functional.js tests/functional-all.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

55
/*
6-
76
To run a single test suite, use the following from the project root.
87
9-
node_modules/.bin/intern-runner config=tests/intern functionalSuites=tests/functional/foo.js user="username" pw="secret_lies"
8+
node_modules/.bin/intern-runner config=tests/intern \
9+
functionalSuites=tests/functional/foo.js \
10+
user="github_username" \
11+
pw="github_password"
1012
*/
1113

1214
define([

0 commit comments

Comments
 (0)