Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add book categorization, membership type for users with category tests #13

Merged
merged 1 commit into from
Aug 23, 2017

Conversation

segunolalive
Copy link
Owner

No description provided.

@@ -1,2 +1,3 @@
import './user';
import './bookCategory';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module './bookCategory' import/no-unresolved
Missing file extension for "./bookCategory" import/extensions

@@ -0,0 +1,15 @@
import db from '../models';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../models' import/no-unresolved
Missing file extension for "../models" import/extensions

@@ -1,8 +1,81 @@
import { Book, BorrowedBook } from '../models';
import { Book, BorrowedBook, BookCategory } from '../models';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../models' import/no-unresolved
Missing file extension for "../models" import/extensions

@coveralls
Copy link

Coverage Status

Coverage increased (+1.5%) to 84.175% when pulling c8c7bbb on routes into bfaec6d on development.

@segunolalive segunolalive merged commit a7558a6 into development Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants