mirror of
https://github.com/flynx/test.js.git
synced 2025-10-28 10:20:09 +00:00
notes and minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f5295ce3ae
commit
3c39cd69fd
@ -33,8 +33,7 @@ tests.Setups({
|
||||
|
||||
tests.Test('dummy',
|
||||
function(assert, setup){
|
||||
assert(true, 'dummy: assert')
|
||||
})
|
||||
assert(true, 'dummy: assert') })
|
||||
|
||||
|
||||
|
||||
|
||||
9
test.js
9
test.js
@ -31,11 +31,11 @@ module.DEFAULT_TEST_FILES = '**/?(*-)test.js'
|
||||
|
||||
|
||||
// NOTE: to test in verbose mode do:
|
||||
// $ export VERBOSE=1 && npm test
|
||||
// $ VERBOSE=1 npm test
|
||||
// or
|
||||
// $ export VERBOSE=1 && node test.js
|
||||
// or set this manually after require('./test') but before running
|
||||
// the runner(..)
|
||||
// $ VERBOSE=1 node test.js
|
||||
// or set this manually after require('./test') but before calling
|
||||
// the runner(..) or run(..)
|
||||
// NOTE: this may change in the future...
|
||||
module.VERBOSE = process ?
|
||||
process.env.VERBOSE
|
||||
@ -181,7 +181,6 @@ var mergeIter = function(iter){
|
||||
// -> merged
|
||||
//
|
||||
//
|
||||
// XXX is this the right name for this??
|
||||
var Merged =
|
||||
module.Merged =
|
||||
object.Constructor('Merged', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user