Skip to content

Commit bc69e2b

Browse files
committed
fix: ci scripts
1 parent 5886923 commit bc69e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest-legacy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
};
1717
if (nodeVersion < 14) {
1818
// @ts-expect-error: because setupTestFrameworkScriptFile is a deprecated API
19-
config.setupTestFrameworkScriptFile = ['<rootDir>/tslib/test/jest.setup.js'];
19+
config.setupTestFrameworkScriptFile = '<rootDir>/tslib/test/jest.setup.js';
2020
} else {
2121
config.setupFilesAfterEnv = ['<rootDir>/tslib/test/jest.setup.js'];
2222
}

0 commit comments

Comments
 (0)