Add core functionality to default intern
export
#1120
Labels
effort-low
Should be pretty quick
enhancement
A new or improved feature
priority-high
Most important
Core functionality, such as the built in test interfaces and assertions, should be available to import through the base Intern export.
At least the test interfaces (
object
,bdd
,tdd
),assert
, andexpect
should be exported. The implementer should also verify that the necessary types are exported so that the package is usable when installed.See #1041 for discussion
The text was updated successfully, but these errors were encountered: