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.
100 lines
1.9 KiB
100 lines
1.9 KiB
4 years ago
|
{
|
||
|
"stats": {
|
||
|
"suites": 2,
|
||
|
"tests": 6,
|
||
|
"passes": 6,
|
||
|
"pending": 0,
|
||
|
"failures": 0
|
||
|
},
|
||
|
"tests": [
|
||
2 years ago
|
{
|
||
|
"title": "sends",
|
||
|
"fullTitle": "Contract: MatrixA sends",
|
||
|
"file": "test/matrix_a.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "calls",
|
||
|
"fullTitle": "Contract: MatrixA calls",
|
||
|
"file": "test/matrix_a.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
4 years ago
|
{
|
||
|
"title": "sends to A",
|
||
|
"fullTitle": "Contract: Matrix A and B sends to A",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "sends to A",
|
||
|
"fullTitle": "Contract: Matrix A and B sends to A",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "calls B",
|
||
|
"fullTitle": "Contract: Matrix A and B calls B",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "sends to B",
|
||
|
"fullTitle": "Contract: Matrix A and B sends to B",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
2 years ago
|
}
|
||
|
],
|
||
|
"failures": [],
|
||
|
"passes": [
|
||
4 years ago
|
{
|
||
|
"title": "sends",
|
||
|
"fullTitle": "Contract: MatrixA sends",
|
||
|
"file": "test/matrix_a.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "calls",
|
||
|
"fullTitle": "Contract: MatrixA calls",
|
||
|
"file": "test/matrix_a.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
2 years ago
|
},
|
||
4 years ago
|
{
|
||
|
"title": "sends to A",
|
||
|
"fullTitle": "Contract: Matrix A and B sends to A",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "sends to A",
|
||
|
"fullTitle": "Contract: Matrix A and B sends to A",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "calls B",
|
||
|
"fullTitle": "Contract: Matrix A and B calls B",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
},
|
||
|
{
|
||
|
"title": "sends to B",
|
||
|
"fullTitle": "Contract: Matrix A and B sends to B",
|
||
|
"file": "test/matrix_a_b.js",
|
||
|
"currentRetry": 0,
|
||
|
"err": {}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|