Metadata
- Ruby version: 2.5.1
- @prettier/plugin-ruby version: 0.12.3
Input
Current output

Expected output
For the specs to tear down any and all spawned threads.
When running the test suite with: yarn run test many ruby threads will start to run the parser, ./test/js/parser.rb The specs will complete but the threads will not stop executing. This compounds with multiple runs of the test suite.
Currently on my machine it looks like there are 32 threads which are being started but not closed. I've just been manually killing the processes.
Metadata
Input
Current output
Expected output
For the specs to tear down any and all spawned threads.
When running the test suite with:
yarn run testmany ruby threads will start to run the parser,./test/js/parser.rbThe specs will complete but the threads will not stop executing. This compounds with multiple runs of the test suite.Currently on my machine it looks like there are 32 threads which are being started but not closed. I've just been manually killing the processes.