Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Jan 10, 2024
1 parent 5053f67 commit 68807a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/classes/apiRoutes.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { Dexie } from "dexie";
import { expect, test, describe } from "vitest";
import { jsonSchemaExample, dataBaseName } from "../test-helpers.js";
import { Rutabaga } from "../index.js";

describe('post', () => {
const db = new Dexie(dataBaseName);

test("returns 402 if form data is malformed", async () => {
const rutabaga = new Rutabaga(jsonSchemaExample, dataBaseName);

Expand Down

0 comments on commit 68807a3

Please sign in to comment.