Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed May 3, 2024
1 parent 677c633 commit 567ec85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/getMany.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const versionArray = process.version.replace('v', '').split('.');
const major = parseInt(versionArray[0]);
const port = 3000;

const rdb = require('../src/index');

let server;

afterAll(async () => {
Expand Down

0 comments on commit 567ec85

Please sign in to comment.