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/'], +};