Skip to content

Commit a7b5112

Browse files
committed
chore: move client-transcribe-streaming test under src
1 parent 6ca4d60 commit a7b5112

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

clients/client-cognito-identity/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = function (config) {
22
config.set({
33
basePath: "",
44
frameworks: ["mocha", "chai"],
5-
files: ["e2e/**/*.ispec.ts"],
5+
files: ["src/e2e/**/*.ispec.ts"],
66
preprocessors: {
77
"e2e/**/*.ispec.ts": ["webpack", "sourcemap", "credentials", "env"],
88
},

0 commit comments

Comments
 (0)