make kestrel a tak server, so that it can send and receive pois as cots data
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
This commit is contained in:
15
vitest.integration.config.js
Normal file
15
vitest.integration.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
/**
|
||||
* Run only integration tests (start real server, assert ports).
|
||||
* Usage: npm run test:integration
|
||||
*/
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['test/integration/**/*.spec.js'],
|
||||
exclude: ['**/node_modules/**'],
|
||||
environment: 'node',
|
||||
testTimeout: 120000,
|
||||
hookTimeout: 100000,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user