Skip to content

Commit b04a4da

Browse files
author
Kelly Selden
committed
fix test comment
1 parent f2fd281 commit b04a4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/get-project-options-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe(_getProjectOptions, function() {
155155
expect(await getProjectOptions()).to.deep.equal(['app', 'yarn']);
156156
});
157157

158-
it('detects blueprint', async function() {
158+
it('detects custom blueprint', async function() {
159159
blueprint = {};
160160

161161
expect(await getProjectOptions()).to.deep.equal(['blueprint']);

0 commit comments

Comments
 (0)