We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2994a59 commit 19dff55Copy full SHA for 19dff55
test/specs/api.spec.js
@@ -27,7 +27,7 @@ describe("versionBup() API", () => {
27
commit: false,
28
tag: false,
29
updatedFiles: ["package.json"],
30
- skippedFiles: []
+ skippedFiles: [],
31
});
32
33
// The package.json file should have been updated
@@ -53,7 +53,7 @@ describe("versionBup() API", () => {
53
54
55
56
57
58
59
@@ -97,7 +97,7 @@ describe("versionBup() API", () => {
97
"README.md",
98
"subdir/deep/changelog.md"
99
],
100
101
102
103
// The CWD should not have changed
0 commit comments