Skip to content

Commit 1ce8c69

Browse files
author
Kelly Selden
committed
refactor projectName
1 parent 2893dd8 commit 1ce8c69

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/unit/get-start-and-end-commands-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const {
1313
getArgs
1414
} = _getStartAndEndCommands;
1515

16-
const projectName = 'my-custom-app';
16+
const projectName = 'my-custom-project';
1717
const startVersion = '0.0.1';
1818
const endVersion = '0.0.2';
1919
const baseVersion = '0.0.3';
@@ -757,8 +757,6 @@ describe(_getStartAndEndCommands, function() {
757757
});
758758

759759
describe(getArgs, function() {
760-
let projectName = 'my-project';
761-
762760
it('works for default app', function() {
763761
let blueprint = loadDefaultBlueprint(['welcome']);
764762

0 commit comments

Comments
 (0)