不要怂,就是干,撸起袖子干!

Commit aa72fcfa by Sascha Depold

exec eager association loading tests for mysql and sqlite

1 parent a6bc9064
Showing with 2 additions and 2 deletions
...@@ -360,7 +360,7 @@ dialects.forEach(function(dialect) { ...@@ -360,7 +360,7 @@ dialects.forEach(function(dialect) {
}) })
}) })
if (dialect === 'mysql') { if (['sqlite', 'mysql'].indexOf(dialect) !== -1) {
describe('association fetching', function() { describe('association fetching', function() {
before(function() { before(function() {
...@@ -533,7 +533,7 @@ dialects.forEach(function(dialect) { ...@@ -533,7 +533,7 @@ dialects.forEach(function(dialect) {
}) //- describe: find }) //- describe: find
describe('findAll', function findAll() { describe('findAll', function findAll() {
if (dialect === 'mysql') { if (['sqlite', 'mysql'].indexOf(dialect) !== -1) {
describe('association fetching', function() { describe('association fetching', function() {
before(function() { before(function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!