Skip to content

Commit

Permalink
Update color keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 9, 2024
1 parent a11ba75 commit 6654249
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/utils/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ import logSymbols from "log-symbols";
const colors = {
pass: 90,
fail: 31,
"bright pass": 92,
"bright fail": 91,
"bright yellow": 93,
brightPass: 92,
brightFail: 91,
brightYellow: 93,
pending: 36,
suite: 0,
"error title": 0,
"error message": 31,
"error stack": 90,
errorTitle: 0,
errorMessage: 31,
errorStack: 90,
checkmark: 32,
fast: 90,
medium: 33,
slow: 31,
green: 32,
light: 90,
"diff gutter": 90,
"diff added": 32,
"diff removed": 31,
"diff added inline": "30;42",
"diff removed inline": "30;41",
diffGutter: 90,
diffAdded: 32,
diffRemoved: 31,
diffAddedInline: "30;42",
diffRemovedInline: "30;41",
};

export const symbols = {
Expand Down

0 comments on commit 6654249

Please sign in to comment.