Skip to content

Commit

Permalink
indexer: refactor testing module
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Nov 27, 2024
1 parent 247fab0 commit c05045b
Show file tree
Hide file tree
Showing 31 changed files with 3,719 additions and 366 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "indexer: refactor testing module",
"packageName": "@apibara/indexer",
"email": "[email protected]",
"dependentChangeType": "patch"
}
7 changes: 7 additions & 0 deletions change/apibara-4f51164c-fe53-45f7-be69-3c9e0ea43b4c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Refactor testing module",
"packageName": "apibara",
"email": "[email protected]",
"dependentChangeType": "patch"
}
5 changes: 2 additions & 3 deletions examples/cli/apibara.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ import { defineConfig } from "apibara/config";

export default defineConfig({
runtimeConfig: {
test: 123,
check: "something",
databasePath: ":memory:",
},
presets: {
dev: {
runtimeConfig: {
test: 999,
databasePath: "/tmp/my-db.sqlite",
},
},
},
Expand Down
Loading

0 comments on commit c05045b

Please sign in to comment.