diff --git a/jest.config.js b/jest.config.js
index 758fa1330e87740bfa99095c8a02946ef29213aa..95495de92eb8c947fa582e135344db04122177da 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,4 +1,3 @@
 module.exports = {
-  preset: 'ts-jest',
   testEnvironment: 'node'
 }