Skip to content

Commit 73cdc04

Browse files
committed
fix lint issues
1 parent 1107a7e commit 73cdc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workspaces/libnpmversion/test/is-workspace-safe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ t.cleanSnapshot = s => s.replace(/\\+/g, '/')
66

77
t.test('all the potential states', async t => {
88
const pkg = {
9-
name: 'foo'
9+
name: 'foo',
1010
}
1111
const dir = t.testdir({
1212
git: {

workspaces/libnpmversion/test/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ t.test('test out bumping the version in all the ways', async t => {
6565
'package.json': JSON.stringify({
6666
...pkg,
6767
workspaces: [
68-
'packages/b',
68+
'packages/b',
6969
],
7070
}, null, 2),
7171
},

0 commit comments

Comments
 (0)