diff options
Diffstat (limited to 'test.ts')
-rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ import "./testing/test.ts"; import "./textproto/test.ts"; import "./util/test.ts"; import "./ws/test.ts"; +import "./encoding/test.ts"; import { xrun } from "./prettier/util.ts"; import { red, green } from "./colors/mod.ts"; |