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.
.associate
1 parent 1253030 commit ba94a1cCopy full SHA for ba94a1c
test/model/create.test.js
@@ -210,6 +210,7 @@ const _ = require('lodash');
210
.src(Support.resolveSupportPath('tmp', 'models'))
211
.pipe(helpers.readFile('user.js'))
212
.pipe(helpers.ensureContent(targetContent))
213
+ .pipe(helpers.ensureContent('.associate'))
214
.pipe(helpers.teardown(done));
215
});
216
0 commit comments