diff --git a/jest.config.ts b/jest.config.ts index fc8a98f4fcb..09d133cc3a1 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -16,6 +16,8 @@ limitations under the License. import type { Config } from "jest"; import { env } from "process"; +// trigger ci + const config: Config = { testEnvironment: "node", testMatch: ["/spec/**/*.spec.{js,ts}"],