11//  Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` openapi-format CLI command should load the default .openapiformatrc if configFile is not provided 1` =  ` 
4- "================================================================================ 
5- OpenAPI-Format CLI settings: 
6- - Sort file:		(defaultSort.json) 
7- - Input file:		test/yaml-default/input.yaml 
8- [32m================================================================================[0m 
9- [32m✅  OpenAPI formatted successfully[0m 
10- [32m================================================================================[0m 
11- " 
12- ` 
13- 
143exports [` openapi-format CLI command should keep the comments for YAML 1` =  ` 
154"================================================================================ 
165OpenAPI-Format CLI settings: 
@@ -33,6 +22,17 @@ OpenAPI-Format CLI options:
3322" 
3423` 
3524
25+ exports [` openapi-format CLI command should load the default .openapiformatrc if configFile is not provided 1` =  ` 
26+ "================================================================================ 
27+ OpenAPI-Format CLI settings: 
28+ - Sort file:		(defaultSort.json) 
29+ - Input file:		test/yaml-default/input.yaml 
30+ [32m================================================================================[0m 
31+ [32m✅  OpenAPI formatted successfully[0m 
32+ [32m================================================================================[0m 
33+ " 
34+ ` 
35+ 
3636exports [` openapi-format CLI command should not convert large numbers in JSON 1` =  ` 
3737"================================================================================ 
3838OpenAPI-Format CLI settings: 
@@ -132,7 +132,7 @@ exports[`openapi-format CLI command should stop and show error about remote file
132132OpenAPI-Format CLI settings: 
133133- Sort file:		(defaultSort.json) 
134134- Input file:		https://raw.githubusercontent.com/thim81/openapi-format/main/test/yaml-default/foo.yaml 
135- [31m Input file error - Failed to download  file: 404 Not Found 
135+ [31m Input file error - Failed to read  file: 404 Not Found 
136136" 
137137`; 
138138
0 commit comments