Skip to content

Commit 561e072

Browse files
committed
Adjusted generated unit tests
1 parent 56d6b9c commit 561e072

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# generator-react-webpack - Changelog
22

3+
## 3.2.4
4+
1. Added whitespaces to generated unit tests (made problems when using it with various eslint rules)
5+
36
## 3.2.3
47

58
1. Adjusted postcss to work with react-webpack-template 1.4 upwards

generators/component/templates/tests/Base.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*eslint-env node, mocha */
2-
/*global expect */
3-
/*eslint no-console: 0*/
1+
/* eslint-env node, mocha */
2+
/* global expect */
3+
/* eslint no-console: 0 */
44
'use strict';
55

66
// Uncomment the following lines to use the react test utilities

0 commit comments

Comments
 (0)