We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16964 commit ebe4383Copy full SHA for ebe4383
jest.config.ts
@@ -16,6 +16,8 @@ limitations under the License.
16
import type { Config } from "jest";
17
import { env } from "process";
18
19
+// trigger ci
20
+
21
const config: Config = {
22
testEnvironment: "node",
23
testMatch: ["<rootDir>/spec/**/*.spec.{js,ts}"],
0 commit comments