Skip to content

Commit

Permalink
test: remove unnecessary serial
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 5, 2019
1 parent 5132713 commit 8fda503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prepare.test.js
Expand Up @@ -62,7 +62,7 @@ test('Exclude CHANGELOG.md, package.json, package-lock.json, and npm-shrinkwrap.
t.deepEqual(await gitCommitedFiles('HEAD', {cwd, env}), []);
});

test.serial('Allow to customize the commit message', async t => {
test('Allow to customize the commit message', async t => {
const {cwd, repositoryUrl} = await gitRepo(true);
const pluginConfig = {
message: `Release version \${nextRelease.version} from branch \${branch}
Expand Down

0 comments on commit 8fda503

Please sign in to comment.