I am working on issue: #5653 . I found that the InteropService may have the bug which is not covered in the InteropService.test.ts of lib/services/interop/InteropService package .
I want to test the InteropService.ts on my custom input . I don't want to run the test file because it takes time to run . I just want to test the export function . There is no any scripts to test such in the package.json .So anyone here knows how can I just test the export function of InteropService.ts ?
I am sorry if my question looks like dumb . I am not a professional developer .