ci: @n8n/task-runner package setup (no-changelog) (#11067)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-10-02 16:14:57 +02:00
committed by GitHub
parent 4546649c61
commit 49c71469f4
13 changed files with 256 additions and 434 deletions

View File

@@ -0,0 +1,5 @@
/** @type {import('jest').Config} */
module.exports = {
...require('../../../jest.config'),
testTimeout: 10_000,
};