From 438dcbc0ff6c189fe26c2777ba87b73ecac190f4 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 13 Oct 2020 17:01:55 +0800 Subject: [PATCH] test: ignore packages --- jest.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 000000000..7738c860d --- /dev/null +++ b/jest.config.js @@ -0,0 +1,3 @@ +module.exports = { + testPathIgnorePatterns: ['/node_modules/', '/packages/'], +};