Skip to content

Commit 8d44296

Browse files
benkeeniclanton
authored andcommitted
Update libraries/rush-lib/src/logic/pnpm/test/PnpmOptionsConfiguration.test.ts
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent fa9b039 commit 8d44296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/rush-lib/src/logic/pnpm/test/PnpmOptionsConfiguration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe(PnpmOptionsConfiguration.name, () => {
309309
);
310310
expect(reloadedConfig.globalOnlyBuiltDependencies).toBeUndefined();
311311

312-
const savedConfigJson = JsonFile.load(testConfigPath);
312+
const savedConfigJson = await JsonFile.loadAsync(testConfigPath);
313313
expect(savedConfigJson.$schema).toBe(
314314
'https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json'
315315
);

0 commit comments

Comments
 (0)