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 84973e3 commit 20d78e8Copy full SHA for 20d78e8
1 file changed
test/unit/get-start-and-end-commands-test.js
@@ -24,7 +24,7 @@ const packageName = 'ember-cli';
24
const commandName = 'ember';
25
const blueprint = 'test-blueprint';
26
const blueprintPath = '/path/to/blueprint';
27
-const projectRoot = path.normalize(`${cwd}/${projectName}`);
+const projectRoot = path.join(cwd, projectName);
28
const baseBlueprint = loadDefaultBlueprint([], baseVersion);
29
const defaultStartBlueprint = loadDefaultBlueprint([], startVersion);
30
const defaultEndBlueprint = loadDefaultBlueprint([], endVersion);
0 commit comments