Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Sep 26, 2024
1 parent b0b4f04 commit fb725a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/tests/queries.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
type DB,
type SQLBatchTuple,
} from '@op-engineering/op-sqlite';
import {afterEach, beforeEach, describe, it, itOnly} from './MochaRNAdapter';
import {afterEach, beforeEach, describe, it} from './MochaRNAdapter';
import chai from 'chai';

const expect = chai.expect;
Expand Down

0 comments on commit fb725a8

Please sign in to comment.