An object whose methods are used to configure available assertions on the
TestContext objects in the current process. The methods from node:assert
and snapshot testing functions are available by default.
It is possible to apply the same configuration to all files by placing common
configuration code in a module
preloaded with --require or --import.
An object whose methods are used to configure available assertions on the
TestContextobjects in the current process. The methods fromnode:assertand snapshot testing functions are available by default.It is possible to apply the same configuration to all files by placing common configuration code in a module preloaded with
--requireor--import.Since
v22.14.0