refactor: use template literals for log output #170
ci.yml
on: pull_request
Matrix: test
canary-publish
0s
Annotations
13 errors and 1 warning
test/commands/defaultconfig.spec.ts > when run with a bundle argument > should print an error when the target bundle does not have a configschema.json:
test/commands/defaultconfig.spec.ts#L48
Error: Snapshot `when run with a bundle argument > should print an error when the target bundle does not have a configschema.json 1` mismatched
Expected: ""Error: Bundle %s does not have a configschema.json""
Received: ""Error: Bundle missing-schema-bundle does not have a configschema.json""
❯ test/commands/defaultconfig.spec.ts:48:33
|
test/commands/defaultconfig.spec.ts > when run with a bundle argument > should print an error when the target bundle does not exist:
test/commands/defaultconfig.spec.ts#L57
Error: Snapshot `when run with a bundle argument > should print an error when the target bundle does not exist 1` mismatched
Expected: ""Error: Bundle %s does not exist""
Received: ""Error: Bundle not-installed does not exist""
❯ test/commands/defaultconfig.spec.ts:57:33
|
test/commands/defaultconfig.spec.ts > when run with a bundle argument > should print an error when the target bundle already has a config:
test/commands/defaultconfig.spec.ts#L71
Error: Snapshot `when run with a bundle argument > should print an error when the target bundle already has a config 1` mismatched
Expected: ""Error: Bundle %s already has a config file""
Received: ""Error: Bundle config-schema already has a config file""
❯ test/commands/defaultconfig.spec.ts:71:33
|
test/commands/schema-types.spec.ts > should print an error when the target bundle does not have a schemas dir:
test/commands/schema-types.spec.ts#L76
Error: Snapshot `should print an error when the target bundle does not have a schemas dir 1` mismatched
Expected: ""Error: Input directory ("%s") does not exist""
Received: ""Error: Input directory "undefined" does not exist""
❯ test/commands/schema-types.spec.ts:76:32
|
test (20)
Process completed with exit code 1.
|
test (22)
The job was canceled because "_20" failed.
|
test/commands/defaultconfig.spec.ts > when run with a bundle argument > should print an error when the target bundle does not have a configschema.json:
test/commands/defaultconfig.spec.ts#L48
Error: Snapshot `when run with a bundle argument > should print an error when the target bundle does not have a configschema.json 1` mismatched
Expected: ""Error: Bundle %s does not have a configschema.json""
Received: ""Error: Bundle missing-schema-bundle does not have a configschema.json""
❯ test/commands/defaultconfig.spec.ts:48:33
|
test/commands/defaultconfig.spec.ts > when run with a bundle argument > should print an error when the target bundle does not exist:
test/commands/defaultconfig.spec.ts#L57
Error: Snapshot `when run with a bundle argument > should print an error when the target bundle does not exist 1` mismatched
Expected: ""Error: Bundle %s does not exist""
Received: ""Error: Bundle not-installed does not exist""
❯ test/commands/defaultconfig.spec.ts:57:33
|
test/commands/defaultconfig.spec.ts > when run with a bundle argument > should print an error when the target bundle already has a config:
test/commands/defaultconfig.spec.ts#L71
Error: Snapshot `when run with a bundle argument > should print an error when the target bundle already has a config 1` mismatched
Expected: ""Error: Bundle %s already has a config file""
Received: ""Error: Bundle config-schema already has a config file""
❯ test/commands/defaultconfig.spec.ts:71:33
|
test/commands/schema-types.spec.ts > should print an error when the target bundle does not have a schemas dir:
test/commands/schema-types.spec.ts#L76
Error: Snapshot `should print an error when the target bundle does not have a schemas dir 1` mismatched
Expected: ""Error: Input directory ("%s") does not exist""
Received: ""Error: Input directory "undefined" does not exist""
❯ test/commands/schema-types.spec.ts:76:32
|
test (22)
Process completed with exit code 1.
|
test (18)
The job was canceled because "_20" failed.
|
test (18)
The operation was canceled.
|
test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|