Skip to content

Commit f5e2aa5

Browse files
committed
chore(client-transcribe-streaming): run integ tests in ts-jest
1 parent b42bd2c commit f5e2aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-transcribe-streaming/jest.integ.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ const base = require("../../jest.config.base.js");
22

33
module.exports = {
44
...base,
5-
testMatch: ["**/*.integ.spec.js"],
5+
testMatch: ["**/*.integ.spec.ts"],
66
};

0 commit comments

Comments
 (0)