Skip to content

Commit 6943374

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

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
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
},

clients/client-transcribe-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:cjs": "tsc -p tsconfig.json",
1616
"build:es": "tsc -p tsconfig.es.json",
1717
"build": "yarn build:cjs && yarn build:es",
18-
"postbuild": "cp test/speech.wav dist/cjs/test"
18+
"postbuild": "cp src/test/speech.wav dist/cjs/test"
1919
},
2020
"main": "./dist/cjs/index.js",
2121
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)