chore: add contributors #36
Annotations
8 errors
tests/chalk.test.js > basic chalk compatibility > it can combine styled and normal strings:
tests/chalk.test.js#L9
AssertionError: expected '\u001b[34mHello\u001b[39m World\u001b…' to be 'Hello World!' // Object.is equality
Expected: "Hello World!"
Received: "Hello World!"
❯ tests/chalk.test.js:9:14
|
tests/chalk.test.js > basic chalk compatibility > compose multiple styles using the chainable API:
tests/chalk.test.js#L15
AssertionError: expected '\u001b[34m\u001b[41m\u001b[1mHello wo…' to be 'Hello world!' // Object.is equality
Expected: "Hello world!"
Received: "Hello world!"
❯ tests/chalk.test.js:15:14
|
tests/chalk.test.js > basic chalk compatibility > pass in multiple arguments:
tests/chalk.test.js#L21
AssertionError: expected '\u001b[34mHello World! Foo bar biz ba…' to be 'Hello World! Foo bar biz baz' // Object.is equality
Expected: "Hello World! Foo bar biz baz"
Received: "Hello World! Foo bar biz baz"
❯ tests/chalk.test.js:21:14
|
tests/chalk.test.js > basic chalk compatibility > nest styles:
tests/chalk.test.js#L30
AssertionError: expected '\u001b[31mHello \u001b[4m\u001b[44mwo…' to be 'Hello world!' // Object.is equality
Expected: "Hello world!"
Received: "Hello world!"
❯ tests/chalk.test.js:30:14
|
tests/chalk.test.js > basic chalk compatibility > nest styles of the same type even (color, underline, background):
tests/chalk.test.js#L41
AssertionError: expected '\u001b[32mI am a green line \u001b[34…' to be 'I am a green line with a blue substri…' // Object.is equality
Expected: "I am a green line with a blue substring that becomes green again!"
Received: "I am a green line with a blue substring that becomes green again!"
❯ tests/chalk.test.js:41:14
|
tests/chalk.test.js > advanced chalk compatibility > it can parse RGB:
src/main.mjs#L12
TypeError: The argument 'format' must be one of: 'reset', 'bold', 'dim', 'italic', 'underline', 'blink', 'inverse', 'hidden', 'strikethrough', 'doubleunderline', 'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white', 'bgBlack', 'bgRed', 'bgGreen', 'bgYellow', 'bgBlue', 'bgMagenta', 'bgCyan', 'bgWhite', 'framed', 'overlined', 'gray', 'redBright', 'greenBright', 'yellowBright', 'blueBright', 'magentaBright', 'cyanBright', 'whiteBright', 'bgGray', 'bgRedBright', 'bgGreenBright', 'bgYellowBright', 'bgBlueBright', 'bgMagentaBright', 'bgCyanBright', 'bgWhiteBright'. Received 'rgb'
❯ Object.apply src/main.mjs:12:10
❯ tests/chalk.test.js:64:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_VALUE' }
|
tests/chalk.test.js > advanced chalk compatibility > it can parse HEX:
src/main.mjs#L12
TypeError: The argument 'format' must be one of: 'reset', 'bold', 'dim', 'italic', 'underline', 'blink', 'inverse', 'hidden', 'strikethrough', 'doubleunderline', 'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white', 'bgBlack', 'bgRed', 'bgGreen', 'bgYellow', 'bgBlue', 'bgMagenta', 'bgCyan', 'bgWhite', 'framed', 'overlined', 'gray', 'redBright', 'greenBright', 'yellowBright', 'blueBright', 'magentaBright', 'cyanBright', 'whiteBright', 'bgGray', 'bgRedBright', 'bgGreenBright', 'bgYellowBright', 'bgBlueBright', 'bgMagentaBright', 'bgCyanBright', 'bgWhiteBright'. Received 'hex'
❯ Object.apply src/main.mjs:12:10
❯ tests/chalk.test.js:72:25
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_VALUE' }
|
test
Process completed with exit code 1.
|