Run server on different port when running tests
This commit is contained in:
3
jest.config.cjs
Normal file
3
jest.config.cjs
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
testPathIgnorePatterns: ["/node_modules/", "test/integration"]
|
||||
};
|
||||
Reference in New Issue
Block a user