update test_rendering.nim

This commit is contained in:
2025-10-01 13:05:55 +02:00
parent 3c0c90c393
commit f4b5fc414b

View File

@@ -1,5 +1,5 @@
import std/[os, strutils, unittest] import std/[os, strutils, unittest]
import luxtools import ../src/luxtools
const indexTemplate = staticRead("../templates/index.html") const indexTemplate = staticRead("../templates/index.html")