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

Commit f3711679 by Jan Aagaard Meier

Forgotten console.log

1 parent 9ec3c4f4
Showing with 0 additions and 1 deletions
...@@ -104,7 +104,6 @@ describe(Support.getTestDialectTeaser("Hooks"), function () { ...@@ -104,7 +104,6 @@ describe(Support.getTestDialectTeaser("Hooks"), function () {
{username: 'Bob', mood: 'cold'}, {username: 'Bob', mood: 'cold'},
{username: 'Tobi', mood: 'hot'} {username: 'Tobi', mood: 'hot'}
], { fields: [], hooks: true }).success(function(bulkUsers) { ], { fields: [], hooks: true }).success(function(bulkUsers) {
console.log(bulkUsers)
expect(beforeBulkCreate).to.be.true expect(beforeBulkCreate).to.be.true
expect(afterBulkCreate).to.be.true expect(afterBulkCreate).to.be.true
expect(bulkUsers).to.be.instanceof(Array) expect(bulkUsers).to.be.instanceof(Array)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!