Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sscce-sequelize-7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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(['mssql', 'sqlite', 'mysql', 'mariadb', 'postgres', 'postgres-native']);
export const testingOnDialects = new Set(['mysql');

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / sqlite (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / sqlite (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mariadb latest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (native) (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mssql oldest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mariadb latest (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mariadb oldest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mysql oldest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mssql oldest (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (native) (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mysql latest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (native) (Node 20) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (native) (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (Node 20)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (Node 18) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (Node 18) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (native) (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (Node 20) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (Node 20) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres oldest (native) (Node 18) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (native) (Node 18) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / postgres latest (native) (Node 20) (minified aliases)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mariadb oldest (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mysql latest (Node 18)

',' expected.

Check failure on line 8 in src/sscce-sequelize-7.ts

View workflow job for this annotation

GitHub Actions / mysql oldest (Node 18)

',' expected.

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

Expand Down
Loading