From a2246374f12cb159f1e81d4a279d99f820b99711 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 17 Dec 2019 13:05:18 +0000 Subject: [PATCH] correct testMatch so it doesn't try run js-sdk tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa2cba73fa..33fd5a3236 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "webpack-cli": "^3.1.1" }, "jest": { - "testMatch": ["test/**/*-test.js"], + "testMatch": ["/test/**/*-test.js"], "setupTestFrameworkScriptFile": "/test/setupTests.js", "moduleNameMapper": { "\\.(gif|png|svg|ttf|woff2)$": "/__mocks__/imageMock.js"