Skip to content

Commit 842d927

Browse files
author
Kelly Selden
committed
add missing assertion
1 parent 5924d62 commit 842d927

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,10 @@ describe(_getStartAndEndCommands, function() {
645645
options: []
646646
}
647647
}]]);
648+
649+
expect(appendNodeModulesIgnoreStub.args).to.deep.equal([[{
650+
projectRoot
651+
}]]);
648652
});
649653

650654
it('can install an addon blueprint from remote', async function() {

0 commit comments

Comments
 (0)