Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogan AY committed Nov 25, 2024
1 parent 213c058 commit 54eb825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/datasource-sql/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Sequelize } from 'sequelize';

import { buildSequelizeInstance, createSqlDataSource, preprocessOptions } from '../src';
import { PlainConnectionOptionsOrUri } from '../src/types';

jest.mock('sequelize');

Expand Down

0 comments on commit 54eb825

Please sign in to comment.