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 881a584 commit 7bf9e45Copy full SHA for 7bf9e45
clients/client-transcribe-streaming/package.json
@@ -12,7 +12,6 @@
12
"clean:dist": "rimraf ./dist",
13
"clean:docs": "rimraf ./docs",
14
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
- "postbuild": "cp test/speech.wav dist-cjs/test",
16
"pretest": "yarn build",
17
"test": "jest --coverage --passWithNoTests",
18
"test:integration": "jest --config jest.integ.config.js"
clients/client-transcribe-streaming/test/index.integ.spec.ts
@@ -1,6 +1,7 @@
1
-import { TranscribeStreaming } from "../index";
2
import { createReadStream } from "fs";
3
import { join } from "path";
+
4
+import { TranscribeStreaming } from "../src/index";
5
const audio = createReadStream(join(__dirname, "speech.wav"));
6
7
describe("TranscribeStream client", () => {
0 commit comments