Skip to content

Commit 8fda503

Browse files
committed
test: remove unnecessary serial
1 parent 5132713 commit 8fda503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prepare.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test('Exclude CHANGELOG.md, package.json, package-lock.json, and npm-shrinkwrap.
6262
t.deepEqual(await gitCommitedFiles('HEAD', {cwd, env}), []);
6363
});
6464

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

0 commit comments

Comments
 (0)