From b214930f8e1ce4da8f5a5cb7163627b58ba5430e Mon Sep 17 00:00:00 2001 From: stylesuxx Date: Sun, 22 Nov 2015 03:48:47 +0100 Subject: [PATCH] Updated wording --- test/generators/app/indexTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/generators/app/indexTest.js b/test/generators/app/indexTest.js index 923bbf9..83247b5 100644 --- a/test/generators/app/indexTest.js +++ b/test/generators/app/indexTest.js @@ -169,7 +169,7 @@ describe('react-webpack:app non-default-prompts', () => { ]); }); - it('should append the postcss loader to the style pipes', () => { + it('should insert the postcss loader into the style pipes', () => { assert.fileContent('cfg/base.js', 'loader: \'style!css!postcss-loader\''); //assert.fileContent('cfg/base.js', 'loader: \'style-loader!css-loader!postcss-loader\'');