Skip to content

Commit 3842170

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 8d44296 commit 3842170

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
@@ -270,7 +270,7 @@ describe(PnpmOptionsConfiguration.name, () => {
270270
};
271271
pnpmConfiguration.updateGlobalCatalogs(updatedCatalogs);
272272

273-
const savedConfig = JsonFile.load(testConfigPath);
273+
const savedConfig = await JsonFile.loadAsync(testConfigPath);
274274
expect(savedConfig.$schema).toBe(
275275
'https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json'
276276
);

0 commit comments

Comments
 (0)