We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18b523 commit c684d34Copy full SHA for c684d34
src/sscce-sequelize-6.ts
@@ -100,6 +100,7 @@ GrandChildren.belongsTo(Children)
100
expect(created).to.not.be.undefined;
101
expect(created).to.not.be.null;
102
expect(count).to.equal(1);
103
+ expect(rows.length).to.equal(1);
104
}
105
106
src/sscce-sequelize-7.ts
@@ -104,4 +104,5 @@ export async function run() {
107
108
0 commit comments