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

This commit is contained in:
Ryan McConnell
2025-02-18 07:32:10 -05:00
committed by GitHub
parent a5cc33c1d3
commit b7d8896d00

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]