Skip to content

Commit

Permalink
Test run with Stage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Renzen committed Dec 6, 2023
1 parent a2657f2 commit 98534ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tests/Stage.class.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Stage Class', () => {
});
});

describe.skip('run', () => {
describe('run', () => {
it('should run the stage correctly', async function () {
this.timeout(5000)
const configuration = parseYamlFile('./static/example/config.yml')
Expand Down

0 comments on commit 98534ff

Please sign in to comment.