neotest-jest icon indicating copy to clipboard operation
neotest-jest copied to clipboard

Results 47 neotest-jest issues
Sort by recently updated
recently updated
newest added

This fixes some issues: - Checks if a script has the command `jest` in it - Checks if project uses CRA test (which has jest as dependency), fixes issue #74...

In angular, you can write a test like this: ``` ts describe('Component', () => { it('should do something after 60 seconds', fakeAsync(() => { tick(1000 * 60); expect(true).toBe(true); })); });...

I ran into this problem after forgetting to run `yarn install`, so jest wasn't installed yet. But running the tests just froze neovim completely, I had to kill the terminal....

I am really having a hard time setting neotest and neotest-jest up. Can someone maybe make a setup guide for dummys?

I'm working on a legacy project at work and all the test files are named like *.tests.ts This is causing a no tests found error. It looks like the filename...

My configuration is based on LazyVim, having added support for Neotest by including the appropriate "extras" configuration. ```lua {import = "lazyvim.plugins.extras.test.core" } ``` To ensure it wasn't an issue with...

**Problem:** I can't figure out how to configure this. **Plugin Setup:** All dependencies installed. ``` 'nvim-neotest/neotest', dependencies = { 'nvim-lua/plenary.nvim', 'nvim-treesitter/nvim-treesitter', 'antoinemadec/FixCursorHold.nvim', 'haydenmeade/neotest-jest', ``` Setup Call ``` require('neotest').setup { adapters...

Hi all! Maybe someone knows how to add this awesome plugin to the Neotest config inside Astrovim? I have tried to do it inside "astrocommunity/test/neotest/init.lua" config file listed below. But...

I am using Lazy Neovim and setting up Neo test and for the config file, I have mine in package.json. How would I specify this? I tried commenting that out...

a new version major of neotest was released in the day: 2023-10-20, which breaked the project.