From 8e74cef4a5b63ab14e47d8d698f804745c0c4ea6 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Thu, 18 Apr 2024 10:01:26 -0700
Subject: Run server on different port when running tests
---
jest.config.cjs | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 jest.config.cjs
(limited to 'jest.config.cjs')
diff --git a/jest.config.cjs b/jest.config.cjs
new file mode 100644
index 0000000..0a2d032
--- /dev/null
+++ b/jest.config.cjs
@@ -0,0 +1,3 @@
+module.exports = {
+ testPathIgnorePatterns: ["/node_modules/", "test/integration"]
+};
--
cgit v1.2.3