Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/engine/engine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('engine', () => {
// this allows us to inject tokens from environment even if --repo is not set manually
// it uses gh-pages lib directly for this
it('should discover the remote url, if no --repo is set', async () => {
const options = {};
const options = {repo: 'angular-schule/angular-cli-ghpages'};
const finalOptions = await engine.prepareOptions(options, logger);

expect(finalOptions.repo).toMatch(/angular-schule\/angular-cli-ghpages/);
Expand Down
Loading