mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11:03 +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 = {
|
icons = {
|
||||||
passed = "🟢",
|
passed = "✅",
|
||||||
running = "🟡",
|
running = "🧪",
|
||||||
skipped = "🛞",
|
skipped = "🤚",
|
||||||
unknown = "⚪",
|
unknown = "❓",
|
||||||
failed = "🔴",
|
failed = "❌",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue