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