Skip to content

Commit

Permalink
removing comments container
Browse files Browse the repository at this point in the history
  • Loading branch information
viniazvd committed Dec 14, 2017
1 parent 3e0d921 commit b7cd31b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/resource.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import test from 'ava';
// import {Container} from '../src';
import {JsonPlaceholderService, PostResource, CommentResource} from './fixtures';

const jsonPlaceholderService = new JsonPlaceholderService();

// Container.register(jsonPlaceholderService);

test('Resource', t => {
const post = new PostResource();

Expand Down

0 comments on commit b7cd31b

Please sign in to comment.