Skip to content

Commit ba92bc4

Browse files
committed
fix
1 parent d9c7483 commit ba92bc4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ docs/.vuepress/.temp/
1515
docs/.yarn
1616
/CHANGELOG.*
1717
change/
18+
coverage/
1819
dist/
1920
lib/
2021
LICENSE

packages/beachball/src/__functional__/packageManager/packagePublish.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const testPackage = { name: testName, version: testVersion };
2525
// a bug is found that would have been caught that way).
2626
//
2727
// TODO: re-enable when jest and verdaccio are updated
28-
describe.skip('packagePublish', () => {
28+
describe('packagePublish', () => {
2929
let npmSpy: jest.SpiedFunction<typeof npm>;
3030
let tempRoot: string;
3131
let tempPackageJsonPath: string;

0 commit comments

Comments
 (0)