forked from LeenkxTeam/Kmake
26 lines
406 B
Plaintext
26 lines
406 B
Plaintext
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
|
|
}
|
|
}
|
|
}
|