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

Commit 53a0f248 by José Moreira

escape validation?

1 parent e5c630bf
Showing with 3 additions and 1 deletions
......@@ -75,7 +75,9 @@ describe(Support.getTestDialectTeaser("Include"), function () {
{ u: 2, m: 'B', fk: 2 },
{ u: 1, m: 'A', fk: 4 }, // 4
{ u: 4, m: 'A', fk: 2 },
]).done( function ( err, conns ) { expect( err ).not.to.be.ok; expect( conns ).to.be.length( 24 )
], null, {
validate: false
}).done( function ( err, conns ) { expect( err ).not.to.be.ok; expect( conns ).to.be.length( 24 )
A.bulkCreate([
{ name: 'Just' },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!