SmallJS icon indicating copy to clipboard operation
SmallJS copied to clipboard

Fetch: More unit tests

Open FunctionPoint opened this issue 1 year ago • 0 comments

Due to differences in operation per environment, HTML fetch is now implementend in 3 parts: /Smalltalk/Core/Fetch - common functionality. /Smalltalk/Browser/Fetch - browser functionality /Smalltalk/Node/Fetch - node functionality

Unit tests should be made for all methods of all classes in these three libraries.

FunctionPoint avatar Jun 16 '24 19:06 FunctionPoint