Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit a26ab2e

Browse files
author
Kahlil Lechelt
committed
Add the expected test spec file to the module test.
1 parent 54e01bd commit a26ab2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ describe('module sub-generator', function () {
220220
it('creates expected files for the module sub-generator', function (done) {
221221

222222
var expected = [
223-
'js/modules/test.js'
223+
'js/modules/test.js',
224+
'test/specs/test.spec.js'
224225
];
225226

226227
this.app.options['skip-install'] = true;

0 commit comments

Comments
 (0)