Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Sep 14, 2024
1 parent 1957654 commit cd7da70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions __tests__/runOld.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit cd7da70

Please sign in to comment.