fix: yaml doc field #378
Annotations
4 errors
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
|
test/resolves.test.ts > resolveDependency:
test/resolves.test.ts#L150
AssertionError: expected { name: '@test-zone/provenance', …(7) } to match object { name: '@test-zone/provenance', …(5) }
(9 matching properties omitted from actual)
- Expected
+ Received
{
- "currentProvenance": "trustedPublisher",
"currentVersion": "0.0.1",
"name": "@test-zone/provenance",
- "provenanceDowngraded": true,
- "targetProvenance": undefined,
- "targetVersion": "0.0.2",
+ "targetVersion": "0.0.1",
}
❯ test/resolves.test.ts:150:24
|
|
test/cli.test.ts > taze cli should accept --concurrency option:
test/cli.test.ts#L19
AssertionError: expected '\u001b[7m\u001b[31m\u001b[1m ERROR \u…' to be '' // Object.is equality
- Expected
+ Received
+ ERROR
+
+ > find-up-simple unknown error
+ Error: Timeout requesting "find-up-simple"
+ > restore-cursor unknown error
+ Error: Timeout requesting "restore-cursor"
+
+
❯ test/cli.test.ts:19:23
|
|
test/cli.test.ts > taze cli should just works:
test/cli.test.ts#L10
AssertionError: expected '\u001b[7m\u001b[31m\u001b[1m ERROR \u…' to be '' // Object.is equality
- Expected
+ Received
+ ERROR
+
+ > @antfu/ni unknown error
+ TypeError: fetch failed
+ > cac unknown error
+ TypeError: fetch failed
+ > find-up-simple unknown error
+ TypeError: fetch failed
+ > restore-cursor unknown error
+ Error: Timeout requesting "restore-cursor"
+
+
❯ test/cli.test.ts:10:23
|