Skip to content

Commit

Permalink
Fix cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 25, 2023
1 parent 66a63a9 commit f92cbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Expand Up @@ -31,7 +31,7 @@ import { createRequire } from 'module';
import { camelCase } from 'camel-case';
import { paramCase } from 'param-case';
import { Command } from 'commander';
import { minify } from './src/htmlminifier.js';
import { minify } from './legacy/htmlminifier.js';

const require = createRequire(import.meta.url);

Expand Down
2 changes: 1 addition & 1 deletion tests/cli.spec.js
Expand Up @@ -46,7 +46,7 @@ const execCli = (args = []) => {
}
};

describe.skip('cli', () => {
describe('cli', () => {
beforeEach(async () => {
await removeFixture('tmp');
});
Expand Down

0 comments on commit f92cbd9

Please sign in to comment.