mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
feat: Replaced unit tests icons
This commit is contained in:
parent
603077526b
commit
57a0567bc4
1 changed files with 5 additions and 5 deletions
|
|
@ -18,11 +18,11 @@ return {
|
|||
}),
|
||||
},
|
||||
icons = {
|
||||
passed = "🟢",
|
||||
running = "🟡",
|
||||
skipped = "🛞",
|
||||
unknown = "⚪",
|
||||
failed = "🔴",
|
||||
passed = "✅",
|
||||
running = "🧪",
|
||||
skipped = "🤚",
|
||||
unknown = "❓",
|
||||
failed = "❌",
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue