From 82ecc5448d4e3eb53a947154f49d431148f6508a Mon Sep 17 00:00:00 2001 From: Matthew Shao Date: Wed, 22 Mar 2017 18:42:46 +0800 Subject: [web] Update configuration of jest to avoid deprecation warning --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/package.json') diff --git a/web/package.json b/web/package.json index 601d7077..f0b3ae6a 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ }, "jest": { "testRegex": "__tests__/.*Spec.js$", - "testPathDirs": [ + "roots": [ "/src/js" ], "unmockedModulePathPatterns": [ -- cgit v1.2.3