mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Formatted bardjs tests.
This commit is contained in:
@@ -128,11 +128,11 @@ module bardTests {
|
||||
*/
|
||||
function test_debugging() {
|
||||
console.log(
|
||||
bard.debugging(true), // should be true
|
||||
bard.debugging(false), // should be false
|
||||
bard.debugging(42), // should be true
|
||||
bard.debugging(''), // should be false
|
||||
bard.debugging() // should be false
|
||||
bard.debugging(true), // should return true
|
||||
bard.debugging(false), // should return false
|
||||
bard.debugging(42), // should return true
|
||||
bard.debugging(''), // should return false
|
||||
bard.debugging() // should return false
|
||||
);
|
||||
}
|
||||
|
||||
@@ -280,4 +280,4 @@ module bardTests {
|
||||
function done() { console.log('...Done'); }
|
||||
bard.wrapWithDone(callback, done);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user