plugins.neotest.adapters.jest.enable
Whether to enable jest.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neotest.adapters.jest.package
The jest package to use.
Type: package
Default:
pkgs.vimPlugins.neotest-jest
Declared by:
plugins.neotest.adapters.jest.settings
settings for the jest
adapter.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: