mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 01:08:21 +08:00
fix: updated snapshots
This commit is contained in:
Generated
+7
-5
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user