Webpack-cli: [BUG]: fix linting and test suite

Created on 6 May 2020  路  5Comments  路  Source: webpack/webpack-cli

Describe the bug

I'm trying to run webpack-cli test locally.

What is the current behavior?
Right now, if you do a fresh test, the tests aren't being run due failing linting errors.

To Reproduce

Steps to reproduce the behavior:

  1. clone webpack-cli
  2. yarn install
  3. yarn test

Expected behavior

Tests and linting being correct

Screenshots

Screen Shot 2020-05-06 at 18 20 01

Please paste the results of webpack-cli info here, and mention other relevant information

N/A

Additional context

Does anybody know which commit this started to fail from?

Bug

All 5 comments

I remember I encountered the same issue once, but the next day everything was working fine.

And what about yarn test:cli , working as expected?

@evenstensberg I was unable to reproduce, everything worked as expected for me with a fresh clone and installation.

Screenshot at 2020-05-07 14-15-28

/cc @rishabh3112 @jamesgeorge007 @anshumanv @evilebottnawi

Unable to repro, lint, test, everything works.

@evenstensberg maybe try removing the node_modules and yarn.lock and reinstalling once?

Yes, please install latest dependencies, maybe you have global prettier or broken local configuration

Was this page helpful?
0 / 5 - 0 ratings