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.
keys
values
1 parent 7159d66 commit 1bfa34aCopy full SHA for 1bfa34a
1 file changed
src/status-report.test.ts
@@ -48,7 +48,7 @@ test("createStatusReportBase", async (t) => {
48
setupEnvironmentAndStub(tmpDir);
49
50
const features: QueriedFeatures = Object.fromEntries(
51
- Object.keys(Feature).map((key) => [key, { value: true }]),
+ Object.values(Feature).map((key) => [key, { value: true }]),
52
);
53
54
const statusReport = await createStatusReportBase(
0 commit comments