Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SenjeyB committed Dec 10, 2024
1 parent a557fff commit 18af1c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/commands/test_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const {runSync} = require('../helpers');
* @param {Function} done - Mocha's callback to signal completion
*/
describe('docs', function() {

it('generate documentation from XMIR files', function(done) {
const stdout = runSync(['docs']);
assert(
Expand All @@ -39,5 +38,4 @@ describe('docs', function() {
);
done();
});

});

0 comments on commit 18af1c1

Please sign in to comment.