From 22989465538f64e86fe5ac0235e322133b95056c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 02:46:41 +0400 Subject: Initial test application Signed-off-by: Valentin Popov --- jest.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 jest.config.js (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..6d89c25 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,8 @@ +module.exports = { + roots: [ + "./test", + ], + transform: { + "^.+\\.tsx?$": "ts-jest", + }, +}; -- cgit v1.2.3