We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42bd2c commit f5e2aa5Copy full SHA for f5e2aa5
clients/client-transcribe-streaming/jest.integ.config.js
@@ -2,5 +2,5 @@ const base = require("../../jest.config.base.js");
2
3
module.exports = {
4
...base,
5
- testMatch: ["**/*.integ.spec.js"],
+ testMatch: ["**/*.integ.spec.ts"],
6
};
0 commit comments