Skip to content

Commit 19dff55

Browse files
committed
undo unnecessary changes
1 parent 2994a59 commit 19dff55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/specs/api.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("versionBup() API", () => {
2727
commit: false,
2828
tag: false,
2929
updatedFiles: ["package.json"],
30-
skippedFiles: []
30+
skippedFiles: [],
3131
});
3232

3333
// The package.json file should have been updated
@@ -53,7 +53,7 @@ describe("versionBup() API", () => {
5353
commit: false,
5454
tag: false,
5555
updatedFiles: ["package.json"],
56-
skippedFiles: []
56+
skippedFiles: [],
5757
});
5858

5959
// The package.json file should have been updated
@@ -97,7 +97,7 @@ describe("versionBup() API", () => {
9797
"README.md",
9898
"subdir/deep/changelog.md"
9999
],
100-
skippedFiles: []
100+
skippedFiles: [],
101101
});
102102

103103
// The CWD should not have changed

0 commit comments

Comments
 (0)