Skip to content

Commit c5a1b41

Browse files
committed
fix(test): fix another path! fml!
I'm dying inside
1 parent 07b6f8b commit c5a1b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/test-file-creation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('angular-fullstack generator', function () {
3232
function generatorTest(generatorType, name, mockPrompt, callback) {
3333
gen.run(function () {
3434
var afGenerator;
35-
var deps = [path.join('../..', generatorType)];
35+
var deps = [path.join('../../generators', generatorType)];
3636
afGenerator = helpers.createGenerator('angular-fullstack:' + generatorType, deps, [name], {
3737
skipInstall: true
3838
});

0 commit comments

Comments
 (0)