We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f343dd9 commit 64eded1Copy full SHA for 64eded1
tests/expressionMeasurement/batch.test.ts
@@ -1,7 +1,7 @@
1
import { HumeClient } from "../../src/"
2
3
describe("Streaming Expression Measurement", () => {
4
- it("Emotional Language Text", async () => {
+ it.skip("Emotional Language Text", async () => {
5
const hume = new HumeClient({
6
apiKey: "<>"
7
});
0 commit comments