From bc78efc42809dcde89d42e50407a79f2df9f7bdd Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 21 Sep 2018 09:40:00 -0600 Subject: [PATCH] fix: updated snapshots --- package-lock.json | 12 +++++++----- .../server/models/__snapshots__/actions.spec.ts.snap | 9 --------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a30c6d59..db9901d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10222,11 +10222,8 @@ "resolved": "https://registry.npmjs.org/fluent-intl-polyfill/-/fluent-intl-polyfill-0.1.0.tgz", "integrity": "sha1-ETOUSrJHeINHOZVZaIPg05z4hc8=", "dev": true, - "dependencies": { - "intl-pluralrules": { - "version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b", - "from": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b" - } + "requires": { + "intl-pluralrules": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b" } }, "fluent-langneg": { @@ -12670,6 +12667,11 @@ "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=", "dev": true }, + "intl-pluralrules": { + "version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b", + "from": "github:projectfluent/IntlPluralRules#module", + "dev": true + }, "invariant": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", diff --git a/src/core/server/models/__snapshots__/actions.spec.ts.snap b/src/core/server/models/__snapshots__/actions.spec.ts.snap index 791eabc1e..0d5d34ad0 100644 --- a/src/core/server/models/__snapshots__/actions.spec.ts.snap +++ b/src/core/server/models/__snapshots__/actions.spec.ts.snap @@ -43,12 +43,3 @@ Object { "FLAG__COMMENT_DETECTED_BODY_COUNT": 1, } `; - -exports[`#generateActionCounts generates the action counts correctly 1`] = ` -Object { - "DONT_AGREE": 1, - "FLAG": 2, - "FLAG__COMMENT_DETECTED_BANNED_WORD": 1, - "FLAG__COMMENT_DETECTED_BODY_COUNT": 1, -} -`;