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

Commit 849f74be by José Moreira

remove test on sync

1 parent 0d8dad41
Showing with 1 additions and 1 deletions
...@@ -39,7 +39,7 @@ describe(Support.getTestDialectTeaser("Include"), function () { ...@@ -39,7 +39,7 @@ describe(Support.getTestDialectTeaser("Include"), function () {
C.hasMany( SomeConnection, { foreignKey: 'fk', }) C.hasMany( SomeConnection, { foreignKey: 'fk', })
// Sync them // Sync them
S.sync({ force: true }).done( function ( err ) { expect( err ).not.to.be.ok; S.sync({ force: true }).done( function () {
// Create an enviroment // Create an enviroment
User.bulkCreate([ User.bulkCreate([
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!