| Crates.io | jest-companion |
| lib.rs | jest-companion |
| version | 0.3.0-beta.4 |
| created_at | 2025-10-05 02:23:27.209689+00 |
| updated_at | 2025-12-23 18:36:09.674471+00 |
| description | Run jest-lua tests from the command line |
| homepage | https://github.com/jacktabscode/jest-companion |
| repository | https://github.com/jacktabscode/jest-companion |
| max_upload_size | |
| id | 1868552 |
| size | 81,811 |
Run jest-lua tests from the command line. My successor to testez-companion-cli!
There are several ways you can install jest-companion and its plugin, but here's how I'd do it with Mise:
Run:
mise use github:jacktabscode/jest-companion
mise use github:jacktabscode/drillbit # This installs the plugin for you
In drillbit.toml:
[plugins.jest-companion]
# This won't auto-update
github = "https://github.com/jackTabsCode/jest-companion/releases/download/v0.2.1/plugin.rbxm"
Then, you can run drillbit to install the plugin, and jest-companion to run your tests in Studio.
This tool spins up a server that tells the Studio plugin to run tests, and sends back the results.
Run jest-companion --help to see the available options. Several of jest-lua's runCLI options can be set through the CLI, like --testNamePattern (which is why I made this tool!)