From 9a04b4ce15d82bbe0c86f43e43c3f6481d50ecee Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Thu, 10 Jun 2021 15:05:39 +0300 Subject: [PATCH] allows passing --watch to npm run testonly (#3158) --- .mocharc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mocharc.yml b/.mocharc.yml index 51cae89f42..ebdb875e8b 100644 --- a/.mocharc.yml +++ b/.mocharc.yml @@ -2,3 +2,5 @@ throw-deprecation: true check-leaks: true require: - 'resources/ts-register.js' +extension: + - 'ts'