I get some strange leakage between tests... I have a test that succeeds if other tests are commente
I get some strange leakage between tests...
I have a test that succeeds if other tests are commented out, or if it's anywhere but the first test to run. It will also succeed on live reload.
It fails because
The add jobs instance call simply inserts some records and sets an alarm
I have a test that succeeds if other tests are commented out, or if it's anywhere but the first test to run. It will also succeed on live reload.
It fails because
const ran = await runDurableObjectAlarm(stub); expect(ran).toBe(true);// expects true but is falseThe add jobs instance call simply inserts some records and sets an alarm



