Skip to content

Commit 2a7cb9f

Browse files
committed
fixup! add tests
1 parent e944789 commit 2a7cb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configure-projects.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe("findReactNativeConfig()", () => {
105105
...nodefs,
106106
existsSync: (p) => typeof p === "string" && p.endsWith(configFile),
107107
});
108-
ok(result);
108+
ok(result.endsWith(configFile));
109109
});
110110
}
111111
});

0 commit comments

Comments
 (0)