Skip to content

Commit

Permalink
Update sscce-sequelize-6.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Oct 4, 2022
1 parent e3c97d3 commit fdbbd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sscce-sequelize-6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expect } from 'chai';
import sinon from 'sinon';

// if your issue is dialect specific, remove the dialects you don't need to test on.
export const testingOnDialects = new Set(['postgres', 'postgres-native']);
export const testingOnDialects = new Set(['mssql', 'sqlite', 'mysql', 'mariadb', 'postgres', 'postgres-native']);

// You can delete this file if you don't want your SSCCE to be tested against Sequelize 6

Expand Down

0 comments on commit fdbbd9c

Please sign in to comment.