Skip to content

Commit

Permalink
Remove .only test
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 29, 2022
1 parent ec3e4db commit dd249c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/git.init.js
Expand Up @@ -175,7 +175,7 @@ test.serial('should generate correct changelog', async t => {
t.regex(changelog, /\* Add file \(\w{7}\)\n\* Add file \(\w{7}\)/);
});

test.serial.only('should get the full changelog since latest major tag', async t => {
test.serial('should get the full changelog since latest major tag', async t => {
const shell = factory(Shell);
const gitClient = factory(Git, {
options: { git: { tagMatch: '[0-9]\\.[0-9]\\.[0-9]', changelog: git.changelog } },
Expand Down

0 comments on commit dd249c6

Please sign in to comment.