chore: finish readme #4
Annotations
6 errors and 5 warnings
test/execa.test.ts > execa > execaSync:
test/execa.test.ts#L15
Error: Snapshot `execa > execaSync 2` mismatched
- Expected
+ Received
{
- "err": "'echoa' is not recognized as an internal or external command,
- operable program or batch file.
+ "err": "sh: 1: echoa: not found
",
"error": undefined,
"out": "",
}
❯ test/execa.test.ts:15:36
|
test/execa.test.ts > execa > execa:
test/execa.test.ts#L42
Error: Snapshot `execa > execa 2` mismatched
- Expected
+ Received
{
- "err": "'echoa' is not recognized as an internal or external command,
- operable program or batch file.
+ "err": "sh: 1: echoa: not found
",
"error": undefined,
"out": "",
}
❯ test/execa.test.ts:42:38
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test/execa.test.ts > execa > execaSync:
test/execa.test.ts#L15
Error: Snapshot `execa > execaSync 2` mismatched
- Expected
+ Received
{
- "err": "'echoa' is not recognized as an internal or external command,
- operable program or batch file.
+ "err": "sh: echoa: command not found
",
"error": undefined,
"out": "",
}
❯ test/execa.test.ts:15:36
|
test/execa.test.ts > execa > execa:
test/execa.test.ts#L42
Error: Snapshot `execa > execa 2` mismatched
- Expected
+ Received
{
- "err": "'echoa' is not recognized as an internal or external command,
- operable program or batch file.
+ "err": "sh: echoa: command not found
",
"error": undefined,
"out": "",
}
❯ test/execa.test.ts:42:38
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|