Skip to content

Commit cb08986

Browse files
committed
Updated tests for new version of react-webpack-template
1 parent 52e7528 commit cb08986

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# generator-react-webpack - Changelog
22

3-
## 3.1.2
3+
## 3.2.1
4+
5+
1. Updated tests for new version of react-webpack-template
6+
7+
## 3.2.0
48

59
1. Updated yeoman-generator package to new version 0.22.1 (some methods like generator.NamedBase are now deprecated!)
610

test/generators/app/indexTest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ describe('react-webpack:app', () => {
7777

7878
assert.file([
7979
'src/actions/README.md',
80+
'src/index.js',
8081
'src/components/Main.js',
81-
'src/components/run.js',
8282
'src/favicon.ico',
8383
'src/images/yeoman.png',
8484
'src/index.html',
@@ -185,8 +185,8 @@ describe('react-webpack:app non-default-prompts', () => {
185185

186186
assert.file([
187187
'src/actions/README.md',
188+
'src/index.js',
188189
'src/components/Main.js',
189-
'src/components/run.js',
190190
'src/favicon.ico',
191191
'src/images/yeoman.png',
192192
'src/index.html',

0 commit comments

Comments
 (0)