diff --git a/workspaces/libnpmversion/test/is-workspace-safe.js b/workspaces/libnpmversion/test/is-workspace-safe.js index 1a3addb1feb7d..b7ddd8026bb24 100644 --- a/workspaces/libnpmversion/test/is-workspace-safe.js +++ b/workspaces/libnpmversion/test/is-workspace-safe.js @@ -6,7 +6,7 @@ t.cleanSnapshot = s => s.replace(/\\+/g, '/') t.test('all the potential states', async t => { const pkg = { - name: 'foo' + name: 'foo', } const dir = t.testdir({ git: { diff --git a/workspaces/libnpmversion/test/version.js b/workspaces/libnpmversion/test/version.js index 123b706f93834..220029db6c12a 100644 --- a/workspaces/libnpmversion/test/version.js +++ b/workspaces/libnpmversion/test/version.js @@ -65,7 +65,7 @@ t.test('test out bumping the version in all the ways', async t => { 'package.json': JSON.stringify({ ...pkg, workspaces: [ - 'packages/b', + 'packages/b', ], }, null, 2), },