chore: use eslint flat config #113
Annotations
4 errors
|
Run npm run test-ci:
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
|
Run npm run test-ci:
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
|
Run npm run test-ci
The operation was canceled.
|
Loading