From 1cbbf8cb9ed5806500b28d24e1444b929b1ffd0d Mon Sep 17 00:00:00 2001 From: Ivan Duplenskikh <115665590+ivanduplenskikh@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:36:32 +0100 Subject: [PATCH] Add unit tests --- node/test/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/test/tsconfig.json b/node/test/tsconfig.json index cd084a92f..f089280cd 100644 --- a/node/test/tsconfig.json +++ b/node/test/tsconfig.json @@ -7,6 +7,9 @@ "moduleResolution": "node" }, "files": [ + "cd.ts", + "popd.ts", + "pushd.ts", "dirtests.ts", "inputtests.ts", "internalhelpertests.ts",