From c7f3f634cab00d4003b45e364e011abb1ffcc98b Mon Sep 17 00:00:00 2001 From: axi92 Date: Thu, 8 Aug 2024 16:50:03 +0200 Subject: [PATCH] chore: move jest config oout of package.json --- jest.config.json | 7 +++++++ package.json | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 jest.config.json diff --git a/jest.config.json b/jest.config.json new file mode 100644 index 0000000..29a308b --- /dev/null +++ b/jest.config.json @@ -0,0 +1,7 @@ +{ + "preset": "react-native", + "modulePathIgnorePatterns": [ + "/example/node_modules", + "/lib/" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 8158a1c..ff88f2c 100644 --- a/package.json +++ b/package.json @@ -96,13 +96,6 @@ "workspaces": [ "example" ], - "jest": { - "preset": "react-native", - "modulePathIgnorePatterns": [ - "/example/node_modules", - "/lib/" - ] - }, "commitlint": { "extends": [ "@commitlint/config-conventional"