Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Dec 9, 2024
1 parent d28357d commit 48af6c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { initAccelRecord } from "accel-record";
import { initAccelRecord, stopWorker } from "accel-record";
import "accel-record/errors";
import "accel-record/search";
import { getDatabaseConfig, User } from "../tests/models/index.js";

initAccelRecord(getDatabaseConfig()).then(() => {
// User.create({ email: `${Date.now()}@example.com` });
console.log(User.count());
stopWorker();
});

0 comments on commit 48af6c2

Please sign in to comment.