Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timothybonci committed Jan 5, 2023
1 parent 7f6a10e commit f0b0251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/test/is-workspace-safe.js
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/test/version.js
Expand Up @@ -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),
},
Expand Down

0 comments on commit f0b0251

Please sign in to comment.