Skip to content

Commit 79ec20f

Browse files
authored
update test description
1 parent 4585bf7 commit 79ec20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@apphosting/common/src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getBuildOptions, updateOrCreateGitignore } from "./index";
66

77
const originalCwd = process.cwd.bind(process);
88

9-
describe("get a set of default build options", () => {
9+
describe("get a set of build options", () => {
1010
const mockCwd = "/fake/project/";
1111
beforeEach(() => {
1212
process.cwd = () => mockCwd;

0 commit comments

Comments
 (0)