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 56d6b9c commit 561e072Copy full SHA for 561e072
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# generator-react-webpack - Changelog
2
3
+## 3.2.4
4
+1. Added whitespaces to generated unit tests (made problems when using it with various eslint rules)
5
+
6
## 3.2.3
7
8
1. Adjusted postcss to work with react-webpack-template 1.4 upwards
generators/component/templates/tests/Base.js
@@ -1,6 +1,6 @@
-/*eslint-env node, mocha */
-/*global expect */
-/*eslint no-console: 0*/
+/* eslint-env node, mocha */
+/* global expect */
+/* eslint no-console: 0 */
'use strict';
// Uncomment the following lines to use the react test utilities
0 commit comments