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 f59398f commit 1679affCopy full SHA for 1679aff
packages/build-info/src/node/get-build-info.test.ts
@@ -68,6 +68,7 @@ test.skipIf(platform() === 'win32')('should retrieve the build info for providin
68
const info = await getBuildInfo({ rootDir: fixture.cwd })
69
70
info.jsWorkspaces!.rootDir = '/cleaned-for-snapshot'
71
+ info.settings = info.settings.sort((a, b) => (a.dist < b.dist ? -1 : 1))
72
expect(info).toMatchSnapshot()
73
})
74
0 commit comments