plugins.neotest.adapters.jest.enable
Whether to enable jest.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neotest.adapters.jest.package
Which package to use for the jest plugin.
Type: package
Default:
<derivation vimplugin-neotest-jest-2024-03-21>
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: