mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Test: Do not enable PostCSS by default - #163.
This commit is contained in:
parent
629ce71db5
commit
98ffadd612
@ -35,6 +35,10 @@ describe('react-webpack:app', () => {
|
||||
it('should use "css" as default style language', () => {
|
||||
expect(generator.config.get('style')).to.equal('css');
|
||||
});
|
||||
|
||||
it('should not enable "PostCSS" by default', () => {
|
||||
expect(generator.config.get('postcss')).to.equal(false);
|
||||
});
|
||||
});
|
||||
|
||||
describe('#createFiles', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user