Skip to content

Commit

Permalink
fix(builders): use 'app' as the name for unitTestBundle (#55)
Browse files Browse the repository at this point in the history
Resolves #53
  • Loading branch information
knownasilya authored and davewasmer committed Apr 19, 2018
1 parent 907f976 commit 6ee12c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builders/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default class BaseBuilder {
}

unitTestBundleName() {
return this.pkg.name;
return 'app';
}

/**
Expand Down

0 comments on commit 6ee12c1

Please sign in to comment.