Skip to content

Commit 2699451

Browse files
committed
chore(data): move test file to tests folder
Former-commit-id: 169445a
1 parent c8d7c49 commit 2699451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data/src/utils.test.ts renamed to packages/data/tests/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { jsDateToGraphqlDate } from "./utils"
1+
import { jsDateToGraphqlDate } from "../src/utils"
22

33
describe("Utils", () => {
44
describe("# jsDateToGraphqlDate", () => {

0 commit comments

Comments
 (0)