Skip to content

Commit 2e1f440

Browse files
Update core/common/jest.config.system.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 31648c3 commit 2e1f440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/common/jest.config.system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
4-
testMatch: ['<rootDir>/system-test/*.ts'],
4+
testMatch: ['<rootDir>/system-test/**/*.ts'],
55
testPathIgnorePatterns: ['/node_modules/', '/build/'],
66
transform: {
77
'^.+\\.tsx?$': [

0 commit comments

Comments
 (0)