Skip to content

Commit

Permalink
test: format import
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Nov 2, 2024
1 parent 1d8da20 commit 80725c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/parallel/test-sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
const { spawnPromisified } = require('../common');
const tmpdir = require('../common/tmpdir');
const { join } = require('node:path');
const {
DatabaseSync,
} = require('node:sqlite');
const { DatabaseSync } = require('node:sqlite');
const { suite, test } = require('node:test');
let cnt = 0;

Expand Down

0 comments on commit 80725c5

Please sign in to comment.