Skip to content

Commit

Permalink
feat: add project name to generator (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman authored and sfsholden committed Apr 14, 2021
1 parent d1be06f commit ed57fce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ describe('Project creation tests:', () => {
path.join('foo', 'sfdx-project.json'),
'"sfdcLoginUrl": "https://login.salesforce.com"'
);
assert.fileContent(
path.join('foo', 'sfdx-project.json'),
'"name": "foo"'
);

for (const file of vscodearray) {
assert.file([path.join('foo', '.vscode', `${file}.json`)]);
Expand Down

0 comments on commit ed57fce

Please sign in to comment.