Skip to content

Commit

Permalink
update tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
poulet42 committed Feb 15, 2024
1 parent fad665b commit a591426
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions __snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,20 @@ exports[`Test Fixtures in-repo-translations 1`] = `

exports[`Test Fixtures in-repo-translations 2`] = `Map {}`;

exports[`Test Fixtures just-t-func 1`] = `
"[1/4] 🔍 Finding JS and HBS files...
[2/4] 🔍 Searching for translations keys in JS and HBS files...
[3/4] ⚙️ Checking for unused translations...
[4/4] ⚙️ Checking for missing translations...
👏 No unused translations were found!
👏 No missing translations were found!
"
`;

exports[`Test Fixtures just-t-func 2`] = `Map {}`;

exports[`Test Fixtures missing-translations 1`] = `
"[1/4] 🔍 Finding JS and HBS files...
[2/4] 🔍 Searching for translations keys in JS and HBS files...
Expand Down

0 comments on commit a591426

Please sign in to comment.