Initial git
This commit is contained in:
14
app/tests/components/UserBoxList.test.jsx
Normal file
14
app/tests/components/UserBoxList.test.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
var React = require('react');
|
||||
var ReactDOM = require('react-dom');
|
||||
var TestUtils = require('react-addons-test-utils');
|
||||
var expect = require('expect');
|
||||
var $ = require('jquery');
|
||||
|
||||
var {UserBoxList} = require('UserBoxList');
|
||||
|
||||
describe('UserBoxList', () => {
|
||||
it('should exist', () => {
|
||||
expect(UserBoxList).toExist();
|
||||
})
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user