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 942aedd commit 2d3bd71Copy full SHA for 2d3bd71
test/integration/init-test.js
@@ -154,14 +154,16 @@ describe(init, function() {
154
relativeDir: location
155
});
156
157
+ let { promise } = await init({
158
+ blueprint: location,
159
+ codemodsSource,
160
+ blueprintOptions: options
161
+ });
162
+
163
let {
164
status
165
} = await processExit({
- promise: init({
- blueprint: location,
- codemodsSource,
- blueprintOptions: options
- }),
166
+ promise,
167
cwd: tmpPath,
168
commitMessage,
169
expect
0 commit comments