UNPKG
nativescript-vue-jest
Version:
latest (3.0.4)
3.0.4
Jest Vue transform
pietdevries94/nativescript-vue-jest
nativescript-vue-jest
/
lib
/
logger.js
10 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
.
info
=
function
info
(
msg
) {
console
.
info
(
'\n[vue-jest]: '
+ (msg) +
'\n'
) }
module
.
exports
.
warn
=
function
warn
(
msg
) {
console
.
warn
(
'\n[vue-jest]: '
+ (msg) +
'\n'
) }
module
.
exports
.
shouldLogStyleWarn
=
true