Ignore subactions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-17 02:47:12 +02:00
parent ff03fa50a4
commit 8413351ed4
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -4,6 +4,7 @@ module.exports = {
setupFiles: ["dotenv/config"], setupFiles: ["dotenv/config"],
testEnvironment: 'node', testEnvironment: 'node',
testMatch: ['**/*.test.ts'], testMatch: ['**/*.test.ts'],
testPathIgnorePatterns: ['/setup-buildx/', '/setup-qemu/'],
testRunner: 'jest-circus/runner', testRunner: 'jest-circus/runner',
transform: { transform: {
'^.+\\.ts$': 'ts-jest' '^.+\\.ts$': 'ts-jest'