You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the deprecated tests/unit/converters.test.ts file. 98a57d3
Removed the deprecated src/converters.ts file. 0647760
Re-organized the imports in convert_functions/index.ts to match the new function layout structure. Also added the new u8x4_u32x1 function definition to the default export. 38e3d05
Moved the one_u32_to_two_u16s function out of u16.ts and into u32.ts. c468ed0
Moved the one_u16_to_two_u8 function from u8.ts to u16.ts. Also moved the one_u32_to_two_u16 function out of u16 and into u32. 1c60cf0
Removed the one_u16_to_two_u8 function from the u8 file and into the u16 file. ac66063
Added some testMatch paths to the jest config, so that tests inside the new subfolder structure can be detected. ef6d7f1