diff --git a/crates/db/src/test/generate-db.rs b/crates/db/src/test/generate-db.rs deleted file mode 100644 index 303549f3ec..0000000000 --- a/crates/db/src/test/generate-db.rs +++ /dev/null @@ -1,6 +0,0 @@ -// What do I want for testing: - -// - A command to run, that exercises the existing APIs to generate a database, which I can then -// use a sqlite browser to develop queries against. -// - A way to generate arbitrary database states which are then hooked into a dev build of rust for testing -// -