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
I am opening this issue to get more info on what we should test in the package.
As a start we currently have two kinds of tests: Primitives and bindings. Both runs through automated Github Actions
Primitives: Tests over hardcoded stuff like JsArray and JsIterator. For now we do some Map and Array testing, which should cover the basic features of arrays and iterators.
Bindings: Tests over the generated bindings. Currently we are testing some basic DOM manipulation and anonymous constructors like ResponseInit
The text was updated successfully, but these errors were encountered:
I am opening this issue to get more info on what we should test in the package.
As a start we currently have two kinds of tests: Primitives and bindings. Both runs through automated Github Actions
JsArray
andJsIterator
. For now we do someMap
andArray
testing, which should cover the basic features of arrays and iterators.ResponseInit
The text was updated successfully, but these errors were encountered: