How do i run only one unit test in js-libp2p

I want to only run one test temporarily. I tried renaming it() to fit() and it.only() like in other runners, but it still ran all tests.

I also tried npm run test --grep option but it also ran all tests. Any tips? Could not find this info in Aegis docs.