mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
500 B
30 lines
500 B
Tests console object and it's prototype
|
|
|
|
Running test: consoleExistsOnGlobal
|
|
true
|
|
|
|
Running test: consoleHasRightPropertyDescriptor
|
|
{
|
|
configurable : true
|
|
enumerable : false
|
|
value : <value>
|
|
writable : true
|
|
}
|
|
|
|
Running test: ConsoleNotExistsOnGlobal
|
|
false
|
|
|
|
Running test: prototypeChainMustBeCorrect
|
|
true
|
|
|
|
Running test: consoleToString
|
|
[object Object]
|
|
|
|
Running test: consoleMethodPropertyDescriptor
|
|
{
|
|
configurable : true
|
|
enumerable : true
|
|
value : {
|
|
}
|
|
writable : true
|
|
}
|
|
|