Skip to content

Commit

Permalink
Merge branch 'feature/mocha-test-reporter' into feature/promises-support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Jan 20, 2025
2 parents f457c41 + b1a3b57 commit a643ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsc-plugin/src/lib/rooibos/CodeCoverageProcessor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe('RooibosPlugin', () => {
expect(a).to.equal(b);
});

it.skip('correctly transpiles some statements', async () => {
it('correctly transpiles some statements', async () => {
const source = `sub foo()
x = function(y)
if (true) then
Expand Down

0 comments on commit a643ac9

Please sign in to comment.