mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Merge branch 'master' into 142993479-tags
This commit is contained in:
@@ -24,7 +24,7 @@ describe('graph.loaders.Metrics', () => {
|
||||
describe('different comment states', () => {
|
||||
|
||||
beforeEach(() =>[
|
||||
CommentModel.create( {id: '1', body: 'a new comment!'}),
|
||||
CommentModel.create({id: '1', body: 'a new comment!'}),
|
||||
CommentModel.create({id: '2', body: 'a new comment!'}),
|
||||
CommentModel.create({id: '3', body: 'a new comment!'})
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user