From 6a072df36bdd4cfb839d7e6ad0a1e3f948b17990 Mon Sep 17 00:00:00 2001 From: Steffen Kolmer Date: Thu, 5 Jul 2018 21:31:24 +0200 Subject: [PATCH] chore(tests): removed obsolete snapshot --- __tests__/__snapshots__/es2015-i18n-tag.test.js.snap | 2 -- 1 file changed, 2 deletions(-) diff --git a/__tests__/__snapshots__/es2015-i18n-tag.test.js.snap b/__tests__/__snapshots__/es2015-i18n-tag.test.js.snap index 803e41e..c3e5453 100644 --- a/__tests__/__snapshots__/es2015-i18n-tag.test.js.snap +++ b/__tests__/__snapshots__/es2015-i18n-tag.test.js.snap @@ -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."`;