mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-11 12:10:36 +08:00
Switch the generation of everything so we generate tests and they can actually pass.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
describe('<%= classedName %>', function() {
|
||||
var store;
|
||||
|
||||
beforeEach(function() {
|
||||
store = require('stores/<%= classedFileName %>.js');
|
||||
});
|
||||
|
||||
it('should be defined', function() {
|
||||
expect(store).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user