Add integration test-helpers and refactor integration tests

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent c46c361217
commit 6960fcc79b
6 changed files with 161 additions and 112 deletions

View File

@@ -5,8 +5,9 @@ module.exports = {
globalTeardown: './test/integration/teardown.cjs',
setupFiles: ['./test/integration/helpers.cjs'],
testPathIgnorePatterns: ['/node_modules/', 'test/unit'],
testTimeout: 5000,
verbose: true,
randomize: true,
globals: {
testServerUrl: 'http://localhost:3005/'
}
},
};