Skip to content

Commit 62c5162

Browse files
committed
Fixt test setup
1 parent 9b85152 commit 62c5162

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/runtime/lib/spacing.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect } from "vitest";
2-
import { spacing } from "../../../src/lib/spacing";
2+
import { spacing } from "../../../src/fr/spacing";
33

44
describe("Testing the replacer function", () => {
55
it("with one argument", () => {

test/types/libBinSync.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ so when we copy declaration values we make sure they stay in sync here
44
*/
55
import { assert } from "tsafe/assert";
66
import type { Equals } from "tsafe";
7-
import type { ColorScheme as ColorScheme_lib } from "../../src/lib/darkMode";
8-
import type { ColorScheme as ColorScheme_bin } from "../../src/scripts/cssToTs/colorOptions";
7+
import type { ColorScheme as ColorScheme_lib } from "../../src/useIsDark";
8+
import type { ColorScheme as ColorScheme_bin } from "../../src/scripts/build/cssToTs/colorOptions";
99

1010
assert<Equals<ColorScheme_lib, ColorScheme_bin>>();

test/types/spacing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { spacing } from "../../src/lib/spacing";
1+
import { spacing } from "../../src/fr/spacing";
22
import { assert } from "tsafe/assert";
33
import { Equals } from "tsafe";
44

0 commit comments

Comments
 (0)