Skip to content

Commit 1a029fa

Browse files
committed
cleanup examples
1 parent 2224096 commit 1a029fa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/transform/transform_docs.test.ts renamed to src/transform/docs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
examples_out_list,
99
} from "./fixtures/examples";
1010

11-
import { transform_docs, transform_examples } from "./transform_docs";
11+
import { transform_docs, transform_examples } from "./docs";
1212

1313
const _docs = suite("transform_docs");
1414

File renamed without changes.

src/transform/fixtures/examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ExamplesCatSource } from "../transform_docs";
1+
import type { ExamplesCatSource } from "../docs";
22

33
export const examples_in: ExamplesCatSource[] = [
44
{

0 commit comments

Comments
 (0)