updating code #34
Annotations
2 errors and 1 warning
Run tests:
tests/common.js#L39
expect(received).toBe(expected) // Object.is equality
- Expected - 3
+ Received + 3
@@ -26,11 +26,11 @@
"suites": [
{
"uuid": "",
"title": "async call from node.js to .net",
"fullFile": "C:\\projects\\Dev\\edge-js\\test\\102_node2net.js",
- "file": "102_node2net.js",
+ "file": "C:\\projects\\Dev\\edge-js\\test\\102_node2net.js",
"beforeHooks": [],
"afterHooks": [],
"tests": [
{
"title": "[.NET] successfuly marshals data from .net to node.js",
@@ -190,11 +190,11 @@
},
{
"uuid": "",
"title": "async call from node.js to .net.nesting 1.nesting 2",
"fullFile": "C:\\projects\\Dev\\edge-js\\test\\102_node2net.js",
- "file": "102_node2net.js",
+ "file": "C:\\projects\\Dev\\edge-js\\test\\102_node2net.js",
"beforeHooks": [],
"afterHooks": [],
"tests": [
{
"title": "[.NET] succeeds for hello world",
@@ -228,11 +228,11 @@
},
{
"uuid": "",
"title": "async call from node.js to .net.nesting 1.nesting 2.nesting 3",
"fullFile": "C:\\projects\\Dev\\edge-js\\test\\102_node2net.js",
- "file": "102_node2net.js",
+ "file": "C:\\projects\\Dev\\edge-js\\test\\102_node2net.js",
"beforeHooks": [],
"afterHooks": [],
"tests": [
{
"title": "[.NET] successfuly marshals data from node.js to .net",
at Object.toBe [as compare] (tests/common.js:39:106)
at Object.compare (tests/converter.junit.test.js:40:16)
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading