Skip to content

Commit

Permalink
replaced notion-downloader fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Oct 2, 2024
1 parent b4dba85 commit a4cbb0a
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 13,817 deletions.
1 change: 1 addition & 0 deletions packages/notion-downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@notion-fixtures/fixtures": "workspace:*",
"tsup": "^6.6.3",
"typescript": "^4.9.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/notion-downloader/test/fetch-object-tree.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import {
buildNotionCacheClientWithFixture,
buildNotionCacheWithFixture,
} from "@notion-fixtures/fixtures/fixtureUtils"
import {
BlockObjectResponse,
DatabaseObjectResponse,
Expand All @@ -23,10 +27,6 @@ import {
objectTreeToObjectIds,
objectTreeToPlainObjects,
} from "../src/object-tree-utils"
import {
buildNotionCacheClientWithFixture,
buildNotionCacheWithFixture,
} from "./fixtureUtils"

const sampleSiteReader = await buildNotionCacheWithFixture("sample-site")

Expand Down
36 changes: 0 additions & 36 deletions packages/notion-downloader/test/fixtureUtils.ts

This file was deleted.

This file was deleted.

Loading

0 comments on commit a4cbb0a

Please sign in to comment.