We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parseNumericBitness
1 parent ed8e52b commit 2589a37Copy full SHA for 2589a37
1 file changed
apps/site/util/__tests__/getUserBitnessByArchitecture.test.mjs
@@ -8,6 +8,6 @@ describe('getUserBitnessByArchitecture', () => {
8
9
it('should return the user bitness for other architectures', () => {
10
const result = getUserBitnessByArchitecture('x86', 32);
11
- expect(result).toBe(32);
+ expect(result).toBe('32');
12
});
13
0 commit comments