We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4585bf7 commit 79ec20fCopy full SHA for 79ec20f
packages/@apphosting/common/src/index.spec.ts
@@ -6,7 +6,7 @@ import { getBuildOptions, updateOrCreateGitignore } from "./index";
6
7
const originalCwd = process.cwd.bind(process);
8
9
-describe("get a set of default build options", () => {
+describe("get a set of build options", () => {
10
const mockCwd = "/fake/project/";
11
beforeEach(() => {
12
process.cwd = () => mockCwd;
0 commit comments