We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f9da commit a73829fCopy full SHA for a73829f
packages/react-dev-utils/__tests__/formatWebpackMessages.test.js
@@ -11,6 +11,7 @@ const formatWebpackMessages = require('../formatWebpackMessages');
11
12
// TODO: test these messages by actually running a build so we can validate
13
// webpack upgrades didn't break any of our massaging
14
+// https://github.com/facebook/create-react-app/pull/5137
15
describe('formats various webpack errors correctly', () => {
16
it('invalid js syntax (babel)', () => {
17
const json = {
0 commit comments