Documentation
¶
Overview ¶
Package jsassert is a failed attempt to write assertions in JavaScript
The package brings assertion functionality into JavaScript scope; and would tie them back to Go's testing.TB.
Clever in itself; but the wrong failing source code line would show up in the test output, despite having called t.Helper() where possible.
This package will eventually be removed, when tests depending on this have been updated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Configure ¶
func Configure[T any](e js.ScriptEngine[T])
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.