Skip to content

Commit

Permalink
chore: add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
splashwizard committed May 26, 2021
1 parent 460cb36 commit 5071417
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 5071417

Please sign in to comment.