Skip to content

Commit f290187

Browse files
committed
Fix Jest configuration to exclude test scripts from test runner
- Add scripts/test-cli-deployment.js and scripts/test-v2-migration.js to ignore patterns - These are standalone diagnostic scripts, not Jest tests
1 parent 0820b93 commit f290187

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jest.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default {
1010
'scripts/test-deployment.js',
1111
'scripts/test-chrome-api.js',
1212
'scripts/test-correct-publisher-id.js',
13-
'scripts/get-project-info.js'
13+
'scripts/get-project-info.js',
14+
'scripts/test-cli-deployment.js',
15+
'scripts/test-v2-migration.js'
1416
]
1517
};

0 commit comments

Comments
 (0)