chore: use eslint flat config #113
Annotations
11 errors and 1 warning
test/commands/schema-types.spec.ts > should successfully create d.ts files from the replicant schemas and create an index.d.ts file:
test/commands/schema-types.spec.ts#L51
Error: Snapshot `should successfully create d.ts files from the replicant schemas and create an index.d.ts file 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:51:2
|
test/commands/schema-types.spec.ts > should successfully compile the config schema:
test/commands/schema-types.spec.ts#L84
Error: Snapshot `should successfully compile the config schema 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:84:2
|
test (22)
Process completed with exit code 1.
|
test (18)
The job was canceled because "_22" failed.
|
test/commands/schema-types.spec.ts > should successfully create d.ts files from the replicant schemas and create an index.d.ts file:
test/commands/schema-types.spec.ts#L51
Error: Snapshot `should successfully create d.ts files from the replicant schemas and create an index.d.ts file 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:51:2
|
test/commands/schema-types.spec.ts > should successfully compile the config schema:
test/commands/schema-types.spec.ts#L84
Error: Snapshot `should successfully compile the config schema 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:84:2
|
test (18)
The operation was canceled.
|
test (20)
The job was canceled because "_22" failed.
|
test/commands/schema-types.spec.ts > should successfully create d.ts files from the replicant schemas and create an index.d.ts file:
test/commands/schema-types.spec.ts#L51
Error: Snapshot `should successfully create d.ts files from the replicant schemas and create an index.d.ts file 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:51:2
|
test/commands/schema-types.spec.ts > should successfully compile the config schema:
test/commands/schema-types.spec.ts#L84
Error: Snapshot `should successfully compile the config schema 1` mismatched
- Expected
+ Received
@@ -1,5 +1,6 @@
+ /* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
❯ test/commands/schema-types.spec.ts:84:2
|
test (20)
The operation was canceled.
|
test (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|