chore: refine build scripts in package.json for targeted execution; #58
Annotations
6 errors
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
|
[@genapi/pipeline] test/original/index.test.ts > original > reads source from inline json string input:
packages/pipeline/test/original/index.test.ts#L243
AssertionError: expected { Object (swagger, info, ...) } to deeply equal { Object (swagger, info, ...) }
- Expected
+ Received
@@ -2,7 +2,8 @@
"info": {
"title": "Example API",
"version": "1.0.0",
},
"paths": {},
+ "schemes": [],
"swagger": "2.0",
}
❯ test/original/index.test.ts:243:27
|
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
|
[@genapi/pipeline] test/original/index.test.ts > original > reads source from inline json string input:
packages/pipeline/test/original/index.test.ts#L243
AssertionError: expected { Object (swagger, info, ...) } to deeply equal { Object (swagger, info, ...) }
- Expected
+ Received
@@ -2,7 +2,8 @@
"info": {
"title": "Example API",
"version": "1.0.0",
},
"paths": {},
+ "schemes": [],
"swagger": "2.0",
}
❯ test/original/index.test.ts:243:27
|
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|
|
[@genapi/pipeline] test/original/index.test.ts > original > reads source from inline json string input:
packages/pipeline/test/original/index.test.ts#L243
AssertionError: expected { Object (swagger, info, ...) } to deeply equal { Object (swagger, info, ...) }
- Expected
+ Received
@@ -2,7 +2,8 @@
"info": {
"title": "Example API",
"version": "1.0.0",
},
"paths": {},
+ "schemes": [],
"swagger": "2.0",
}
❯ test/original/index.test.ts:243:27
|