Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKarpiuk committed Oct 19, 2023
1 parent 5ec8b44 commit 53b3e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __tests__/join/json-and-yaml-input/json-output.snapshot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`E2E join files with different extensions test with option: {
name: 'first entrypoint is json file',
name: 'first entrypoint is a json file',
folder: 'json-and-yaml-input',
entrypoints: [Array],
snapshot: 'json-output.snapshot.js'
Expand Down
2 changes: 1 addition & 1 deletion __tests__/join/json-and-yaml-input/yaml-output.snapshot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`E2E join files with different extensions test with option: {
name: 'first entrypoint is yaml file',
name: 'first entrypoint is a yaml file',
folder: 'json-and-yaml-input',
entrypoints: [Array],
snapshot: 'yaml-output.snapshot.js'
Expand Down
2 changes: 1 addition & 1 deletion __tests__/join/yaml-input-and-json-output/snapshot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`E2E join files with different extensions test with option: {
name: 'json output option',
name: 'json output file',
folder: 'yaml-input-and-json-output',
entrypoints: [Array],
output: 'openapi.json',
Expand Down

0 comments on commit 53b3e9f

Please sign in to comment.