From 8413351ed4d00d8a81c936446c73807def589b75 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 17 Aug 2020 02:47:12 +0200 Subject: [PATCH] Ignore subactions Signed-off-by: CrazyMax --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 1673d42..dfe1176 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,6 +4,7 @@ module.exports = { setupFiles: ["dotenv/config"], testEnvironment: 'node', testMatch: ['**/*.test.ts'], + testPathIgnorePatterns: ['/setup-buildx/', '/setup-qemu/'], testRunner: 'jest-circus/runner', transform: { '^.+\\.ts$': 'ts-jest'