Skip to content

Commit f66edf2

Browse files
authored
test: enable test case for --hot=only
1 parent 0f6d976 commit f66edf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cli/cli.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ describe('CLI', () => {
2929
.catch(done);
3030
});
3131

32-
// Enable after new webpack-cli release
33-
it.skip('--hot only', (done) => {
32+
it('--hot only', (done) => {
3433
testBin('--hot only')
3534
.then((output) => {
3635
expect(output.exitCode).toEqual(0);

0 commit comments

Comments
 (0)