summary refs log tree commit diff
path: root/jest.config.js
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-13 22:47:37 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-13 22:47:37 +0200
commit241ceeba4ad203b1e0711490344e970a3a452d07 (patch)
treeeab68a6b859c8e8804ddf5d989f9582c3724153f /jest.config.js
parent590a6776063807be20f8cfaf2de9059bbbc559c1 (diff)
downloadkronikarz-241ceeba4ad203b1e0711490344e970a3a452d07.tar.gz
kronikarz-241ceeba4ad203b1e0711490344e970a3a452d07.zip
Add simple parsing
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 4f26d08..8effa4a 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -3,4 +3,5 @@ module.exports = {
   transform: {
     "^.+\\.tsx?$": "ts-jest"
   }
+  //   testMatch: ["**/test/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"]
 };