Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich committed May 3, 2024
1 parent 72ddbcb commit aa05a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/plugins/positive-int-number.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function positiveIntNumber(el) {

export default positiveIntNumber;

// This is being done for backwards compatibility with our extensions that have written tests and didn't properly make use of Vue.use() when importing and mocking translations
// This is being done for backwards compatibility with our extensions that have written tests and didn't properly make use of Vue.use() when importing and mocking plugins

const isThisFileBeingExecutedInATest = process.env.NODE_ENV === 'test';

Expand Down
2 changes: 1 addition & 1 deletion shell/plugins/trim-whitespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function trimWhitespace(el, dir) {
}
}

// This is being done for backwards compatibility with our extensions that have written tests and didn't properly make use of Vue.use() when importing and mocking translations
// This is being done for backwards compatibility with our extensions that have written tests and didn't properly make use of Vue.use() when importing and mocking plugins

const isThisFileBeingExecutedInATest = process.env.NODE_ENV === 'test';

Expand Down

0 comments on commit aa05a0b

Please sign in to comment.