Skip to content

Commit

Permalink
Merge pull request #226 from raszi/gh-212
Browse files Browse the repository at this point in the history
fix #212: enable direct name option test
  • Loading branch information
silkentrance committed Jan 27, 2020
2 parents ec35e59 + 247c6d7 commit 562b8f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/name-inband-standard.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = function inbandStandard(beforeHook) {
describe('with template and no leading path', inbandStandardTests({ prefix: 'clike-', postfix: '-postfix' }, { template: 'clike-XXXXXX-postfix' }, beforeHook));
describe('with template and leading path', inbandStandardTests({ prefix: 'clike-', postfix: '-postfix' }, { template: path.join(tmp.tmpdir, 'clike-XXXXXX-postfix')}, beforeHook));
describe('with multiple options', inbandStandardTests(null, { prefix: 'foo', postfix: 'bar', tries: 5 }, beforeHook));
describe('with name', inbandStandardTests(null, { name: 'using-name' }, beforeHook));
};


Expand Down

0 comments on commit 562b8f7

Please sign in to comment.