Skip to content

Commit a73829f

Browse files
committed
Reference issue to test
1 parent be8f9da commit a73829f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dev-utils/__tests__/formatWebpackMessages.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const formatWebpackMessages = require('../formatWebpackMessages');
1111

1212
// TODO: test these messages by actually running a build so we can validate
1313
// webpack upgrades didn't break any of our massaging
14+
// https://github.com/facebook/create-react-app/pull/5137
1415
describe('formats various webpack errors correctly', () => {
1516
it('invalid js syntax (babel)', () => {
1617
const json = {

0 commit comments

Comments
 (0)