From cd7da70ca0377b062f74bb628042bfc47db7f9d5 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 14 Sep 2024 17:20:01 +0200 Subject: [PATCH] Fix test --- __tests__/runOld.test.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/__tests__/runOld.test.ts b/__tests__/runOld.test.ts index 685f34d..1b0241d 100644 --- a/__tests__/runOld.test.ts +++ b/__tests__/runOld.test.ts @@ -136,6 +136,12 @@ describe('When executing as a process', () => { }); // NOTE: This test does not work since it will run the action, which is run(), not runOld(). + // Dummy test to keep the beforeAll() and afterAll() intact + + it('should pass a dummy test', () => { + expect(true).toBe(true); + }); + // // shows how the runner will run a javascript action with env / stdout protocol // it('Should not throw an error', () => {