Skip to content

Commit 6ee12c1

Browse files
knownasilyadavewasmer
authored andcommitted
fix(builders): use 'app' as the name for unitTestBundle (#55)
Resolves #53
1 parent 907f976 commit 6ee12c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/builders/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default class BaseBuilder {
221221
}
222222

223223
unitTestBundleName() {
224-
return this.pkg.name;
224+
return 'app';
225225
}
226226

227227
/**

0 commit comments

Comments
 (0)