From fa1b53c3b6f1acc3dae7e4e52794ab5cf03855bd Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Thu, 11 Apr 2024 16:00:50 +0200 Subject: [PATCH] fix: fix ts-node --- test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index 73fb836..06b9c7e 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1,4 +1,4 @@ ---require ts-node/register +--import tsx --watch-extensions ts --recursive --reporter spec