refactor: use template literals for log output #170
Annotations
5 errors and 1 warning
Run npm test:
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
|
Run npm test:
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
|
Run npm test:
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
|
Run npm test:
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
|
Run npm test
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