Skip to content

Test#1

Merged
codestaintin merged 9 commits into
masterfrom
test
Oct 2, 2017
Merged

Test#1
codestaintin merged 9 commits into
masterfrom
test

Conversation

@codestaintin
Copy link
Copy Markdown
Owner

Final Merge

@@ -0,0 +1,17 @@
import request from 'supertest';
import server from '../../index';
Copy link
Copy Markdown

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 '../../index' import/no-unresolved
Missing file extension for "../../index" import/extensions

@@ -0,0 +1,17 @@
import request from 'supertest';
Copy link
Copy Markdown

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 'supertest' import/no-unresolved
Missing file extension for "supertest" import/extensions

Comment thread server/tests/user.test.js
@@ -0,0 +1,294 @@
import chai, { expect } from 'chai';
import chaiHttp from 'chai-http';
import server from '../../index';
Copy link
Copy Markdown

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 '../../index' import/no-unresolved
Missing file extension for "../../index" import/extensions

Comment thread server/tests/user.test.js
@@ -0,0 +1,294 @@
import chai, { expect } from 'chai';
import chaiHttp from 'chai-http';
Copy link
Copy Markdown

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 'chai-http' import/no-unresolved
Missing file extension for "chai-http" import/extensions

Comment thread server/tests/user.test.js
@@ -0,0 +1,294 @@
import chai, { expect } from 'chai';
Copy link
Copy Markdown

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 'chai' import/no-unresolved
Missing file extension for "chai" import/extensions

import jwt from 'jsonwebtoken';
import User from '../models/users';
import dotenv from 'dotenv';
import db from '../models';
Copy link
Copy Markdown

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,10 +1,15 @@
import jwt from 'jsonwebtoken';
import User from '../models/users';
import dotenv from 'dotenv';
Copy link
Copy Markdown

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 'dotenv' import/no-unresolved
Missing file extension for "dotenv" import/extensions

@@ -0,0 +1,17 @@
import request from 'supertest';
import server from '../../index';
Copy link
Copy Markdown

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 '../../index' import/no-unresolved
Missing file extension for "../../index" import/extensions

@@ -0,0 +1,17 @@
import request from 'supertest';
Copy link
Copy Markdown

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 'supertest' import/no-unresolved
Missing file extension for "supertest" import/extensions

Comment thread server/tests/user.test.js
@@ -0,0 +1,294 @@
import chai, { expect } from 'chai';
import chaiHttp from 'chai-http';
import server from '../../index';
Copy link
Copy Markdown

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 '../../index' import/no-unresolved
Missing file extension for "../../index" import/extensions

Comment thread server/tests/user.test.js
@@ -0,0 +1,294 @@
import chai, { expect } from 'chai';
import chaiHttp from 'chai-http';
Copy link
Copy Markdown

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 'chai-http' import/no-unresolved
Missing file extension for "chai-http" import/extensions

Comment thread server/tests/user.test.js
@@ -0,0 +1,294 @@
import chai, { expect } from 'chai';
Copy link
Copy Markdown

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 'chai' import/no-unresolved
Missing file extension for "chai" import/extensions

import jwt from 'jsonwebtoken';
import User from '../models/users';
import dotenv from 'dotenv';
import db from '../models';
Copy link
Copy Markdown

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,10 +1,15 @@
import jwt from 'jsonwebtoken';
import User from '../models/users';
import dotenv from 'dotenv';
Copy link
Copy Markdown

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 'dotenv' import/no-unresolved
Missing file extension for "dotenv" import/extensions

@codestaintin codestaintin merged commit 1df7510 into master Oct 2, 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.

2 participants