Add terminal colors back to unittest under nimPreviewSlimSystem (#24694)

(cherry picked from commit b7d8896d00)
This commit is contained in:
Ryan McConnell
2025-02-18 07:32:10 -05:00
committed by narimiran
parent bcecce885f
commit f5026570c2

View File

@@ -109,7 +109,7 @@ import std/private/since
import std/exitprocs
when defined(nimPreviewSlimSystem):
import std/assertions
import std/[assertions, syncio]
import std/[macros, strutils, streams, times, sets, sequtils]