From 475d35dcc3b84fb96b1defa35387185d84e90570 Mon Sep 17 00:00:00 2001 From: Eli <31790206+eli-lim@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:44:06 +0800 Subject: [PATCH] chore(workflow): add default jest run config (#1112) --- .gitignore | 4 ++++ .idea/.run/run-all-jest-tests-from-proj-root.run.xml | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .idea/.run/run-all-jest-tests-from-proj-root.run.xml diff --git a/.gitignore b/.gitignore index ee0b1e4e59..7660544708 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ !.idea/*.iml !.idea/README.md +!.idea/.run/ +.idea/.run/* +!.idea/.run/run-all-jest-tests-from-proj-root.run.xml + # Yarn .yarn/* !.yarn/patches diff --git a/.idea/.run/run-all-jest-tests-from-proj-root.run.xml b/.idea/.run/run-all-jest-tests-from-proj-root.run.xml new file mode 100644 index 0000000000..dcde9cb0d3 --- /dev/null +++ b/.idea/.run/run-all-jest-tests-from-proj-root.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + +