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.
25 lines
406 B
25 lines
406 B
Tests that multiple sessions share the context.
|
|
Assigning in 1
|
|
Evaluating in 2
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
result : {
|
|
description : 42
|
|
type : number
|
|
value : 42
|
|
}
|
|
}
|
|
}
|
|
Awaiting in 1
|
|
Resolving in 2
|
|
Should resolve in 1
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
result : {
|
|
type : string
|
|
value : foo
|
|
}
|
|
}
|
|
}
|
|
|