UNPKG
dolya
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Середовище тестування для Мавки
github.com/dkostmii/dolya
dkostmii/dolya
dolya
/
src
/
output
/
consoleThemes.js
9 lines
(6 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
chalk
from
"chalk"
;
export
const
testFailStyle = chalk.
bold
.
bgRed
;
export
const
testPassStyle = chalk.
bold
.
bgGreen
;
export
const
testTitleStyle = chalk.
bold
;
export
const
testGoodValue = chalk.
green
;
export
const
testBadValue = chalk.
red
;