feat(testrunner): use ring character for skips (#3454)
This commit is contained in:
parent
f45791dd8b
commit
036cd5ca41
|
|
@ -28,7 +28,7 @@ class DotReporter extends Base {
|
||||||
});
|
});
|
||||||
|
|
||||||
runner.on(constants.EVENT_TEST_PENDING, test => {
|
runner.on(constants.EVENT_TEST_PENDING, test => {
|
||||||
process.stdout.write(colors.yellow('\u00B7'))
|
process.stdout.write(colors.yellow('∘'))
|
||||||
});
|
});
|
||||||
|
|
||||||
runner.on(constants.EVENT_TEST_PASS, () => {
|
runner.on(constants.EVENT_TEST_PASS, () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue