Skip to content

Commit

Permalink
chore: add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 26, 2021
1 parent f2a2ea6 commit 64e7264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/br.js
Expand Up @@ -30,6 +30,7 @@ function relativeTimeWithMutation(number, withoutSuffix, key) {
return `${number} ${mutation(format[key], number)}`
}
function specialMutationForYears(number) {
/* istanbul ignore next line */
switch (lastNumber(number)) {
case 1:
case 3:
Expand Down
1 change: 1 addition & 0 deletions src/plugin/devHelper/index.js
@@ -1,5 +1,6 @@
/* eslint-disable no-console */
export default (o, c, d) => {
/* istanbul ignore next line */
if (!process || process.env.NODE_ENV !== 'production') {
const proto = c.prototype
const oldParse = proto.parse
Expand Down

0 comments on commit 64e7264

Please sign in to comment.