Skip to content

Commit 4d34bb1

Browse files
committed
test: update types in unit tests
1 parent 4aef80c commit 4d34bb1

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

packages/core/src/submodules/protocols/json/AwsJsonRpcProtocol.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { error as registerError, op } from "@smithy/core/schema";
22
import { HttpResponse } from "@smithy/protocol-http";
3+
import type { NumericSchema, StringSchema, TimestampEpochSecondsSchema } from "@smithy/types";
34
import { fromUtf8 } from "@smithy/util-utf8";
45
import { describe, expect, test as it } from "vitest";
56

packages/core/src/submodules/protocols/json/JsonShapeDeserializer.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { NumericValue } from "@smithy/core/serde";
2+
import type { TimestampEpochSecondsSchema } from "@smithy/types";
23
import { describe, expect, test as it } from "vitest";
34

45
import { widget } from "../test-schema.spec";

packages/core/src/submodules/protocols/json/JsonShapeSerializer.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { NumericValue } from "@smithy/core/serde";
2+
import type { TimestampEpochSecondsSchema } from "@smithy/types";
23
import { describe, expect, test as it } from "vitest";
34

45
import { widget } from "../test-schema.spec";

packages/core/src/submodules/protocols/query/QueryShapeSerializer.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { NumericValue } from "@smithy/core/serde";
2+
import type { TimestampDateTimeSchema } from "@smithy/types";
23
import { describe, expect, test as it } from "vitest";
34

45
import { widget } from "../test-schema.spec";

packages/core/src/submodules/protocols/xml/XmlShapeDeserializer.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { NumericValue } from "@smithy/core/serde";
2+
import type { TimestampDateTimeSchema } from "@smithy/types";
23
import { describe, expect, test as it } from "vitest";
34

45
import { widget } from "../test-schema.spec";

packages/core/src/submodules/protocols/xml/XmlShapeSerializer.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { NumericValue } from "@smithy/core/serde";
2+
import type { TimestampDateTimeSchema } from "@smithy/types";
23
import { describe, expect, test as it } from "vitest";
34

45
import { widget } from "../test-schema.spec";

0 commit comments

Comments
 (0)