CommanderTso
CommanderTso
Getting quench running
Having some trouble getting going with Quench, if anyone can point me in the right direction. I feel like I must me missing something simple. I've installed the package into my dev environment, and I get the UI in Foundry and the example tests run. In my system module code, though, I can't get it running. I've copied in the nonsense tests into ./tests, a directory at the root of my project. I've imported registerExampleTests into my .mjs entrypoint and tried to register the hook like:
Hooks.on("quenchReady", (quench) => {
registerExampleTests(quench);
})
Hooks.on("quenchReady", (quench) => {
registerExampleTests(quench);
})
... but my copies of the example tests are not running. If anyone can tell me where I'm going wrong, I'd appreciate it. Thanks.
6 replies