Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 9992669

Browse files
committed
fix(packages/string): ✅ Apply the changes to test (samples)
1 parent 147c166 commit 9992669

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/string/source/char/char.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ALL_SAMPLES, FALSY_STRINGS, SAMPLE_STRING } from "@terminal-nerds/snippets-test/sample";
1+
import { ALL_SAMPLES } from "@terminal-nerds/snippets-test/sample";
2+
import { FALSY_STRINGS, SAMPLE_STRING } from "@terminal-nerds/snippets-test/sample/string";
23
import { returns, throws } from "@terminal-nerds/snippets-test/unit";
34
import { describe, expect, it } from "vitest";
45
import { ZodError } from "zod";

packages/string/source/schema/schema.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ALL_SAMPLES, FALSY_STRINGS, SAMPLE_STRINGS, TRUTHY_STRINGS } from "@terminal-nerds/snippets-test/sample";
1+
import { ALL_SAMPLES } from "@terminal-nerds/snippets-test/sample";
2+
import { FALSY_STRINGS, SAMPLE_STRINGS, TRUTHY_STRINGS } from "@terminal-nerds/snippets-test/sample/string";
23
import { returns, throws } from "@terminal-nerds/snippets-test/unit";
34
import { describe, expect, it } from "vitest";
45
import { ZodError } from "zod";

packages/string/source/word/word.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ALL_SAMPLES, FALSY_STRINGS, NUMERIC_STRINGS, SAMPLE_STRING } from "@terminal-nerds/snippets-test/sample";
1+
import { ALL_SAMPLES } from "@terminal-nerds/snippets-test/sample";
2+
import { FALSY_STRINGS, NUMERIC_STRINGS, SAMPLE_STRING } from "@terminal-nerds/snippets-test/sample/string";
23
import { returns, throws } from "@terminal-nerds/snippets-test/unit";
34
import { describe, expect, it } from "vitest";
45
import { ZodError } from "zod";

0 commit comments

Comments
 (0)