Skip to content

Commit

Permalink
chore: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 6, 2023
1 parent 8ffbd01 commit fe50f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analyser/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ exports[`analyser > should run correctly 1`] = `
"languages": {
"AMPL": 1,
"HCL": 1,
"JSON": 2,
"JSON": 1,
"YAML": 2,
},
"name": "fake",
Expand Down Expand Up @@ -1155,7 +1155,7 @@ exports[`analyser > should run correctly 2`] = `
"Go": 1,
"HCL": 1,
"HTML": 1,
"JSON": 5,
"JSON": 4,
"SCSS": 1,
"TOML": 1,
"YAML": 2,
Expand Down Expand Up @@ -1805,7 +1805,7 @@ exports[`analyser > should run correctly 2`] = `
"Go": 3,
"HCL": 2,
"HTML": 3,
"JSON": 13,
"JSON": 11,
"SCSS": 3,
"TOML": 3,
"YAML": 4,
Expand Down

0 comments on commit fe50f19

Please sign in to comment.