feat(testrunner): use ring character for skips (#3454)

This commit is contained in:
Joel Einbinder 2020-08-13 23:58:03 -07:00 committed by GitHub
parent f45791dd8b
commit 036cd5ca41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ class DotReporter extends Base {
});
runner.on(constants.EVENT_TEST_PENDING, test => {
process.stdout.write(colors.yellow('\u00B7'))
process.stdout.write(colors.yellow(''))
});
runner.on(constants.EVENT_TEST_PASS, () => {