Skip to content

Commit 9615ac4

Browse files
authored
chore: tests/coverage
1 parent d59ba53 commit 9615ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/warn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Log a warning message to the console with bootstrap-vue formatting sugar.
33
* @param {string} message
44
*/
5+
/* istanbul ignore next */
56
function warn (message) {
67
console.warn(`[Bootstrap-Vue warn]: ${message}`)
78
}

0 commit comments

Comments
 (0)