From 8fda503714cbc83126adc91088e8c31c4c700e95 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Mon, 4 Nov 2019 19:02:50 -0500 Subject: [PATCH] test: remove unnecessary `serial` --- test/prepare.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/prepare.test.js b/test/prepare.test.js index 0f40f3c2..ca24abcc 100644 --- a/test/prepare.test.js +++ b/test/prepare.test.js @@ -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}