Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
chore(tests): removed obsolete snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
skolmer committed Jul 5, 2018
1 parent b58de60 commit 6a072df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __tests__/__snapshots__/es2015-i18n-tag.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ exports[`es2015-i18n-tag-translate should ignore missing standard formatters 1`]
exports[`es2015-i18n-tag-translate should ignore unknown custom number formatters 1`] = `"Hello Steffen, the number is 14%."`;
exports[`es2015-i18n-tag-translate should not fail if window is undefined 1`] = `[Error: Type 'q' is not supported. Supported types are: s,n,t,c,p]`;
exports[`es2015-i18n-tag-translate should not translate 1`] = `"Hello Steffen, you have $1,250.33 in your bank account."`;
exports[`es2015-i18n-tag-translate should support ES2016 style group class decorator 1`] = `"Hallo Steffen, Sie haben 1.250,33 € auf Ihrem Bankkonto."`;
Expand Down

0 comments on commit 6a072df

Please sign in to comment.