mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 21:08:13 +08:00
Added own configuration objects for different webpack environments.
This commit is contained in:
@@ -20,8 +20,4 @@ describe('MainComponent', () => {
|
||||
it('should have its component name as default className', () => {
|
||||
expect(MainComponent._store.props.className).to.equal('index');
|
||||
});
|
||||
|
||||
it('should do something!', () => {
|
||||
expect(true).to.be.true;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user