mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Adjusted generated unit tests
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# generator-react-webpack - Changelog
|
||||
|
||||
## 3.2.4
|
||||
1. Added whitespaces to generated unit tests (made problems when using it with various eslint rules)
|
||||
|
||||
## 3.2.3
|
||||
|
||||
1. Adjusted postcss to work with react-webpack-template 1.4 upwards
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user