warning: yellow()

in src/helpers.ts [56:64]


  warning: yellow(NO_UTF8_SUPPORT ? '!' : '⚠'),
  pending: yellow(NO_UTF8_SUPPORT ? '!' : '⚠'),
  skipped: cyan('-'),
  progress: cyan('>'),
  succeeded: green(NO_UTF8_SUPPORT ? 'ok' : '✓'),
  failed: red(NO_UTF8_SUPPORT ? 'x' : '✖'),
};

export function generateUniqueId() {