Test#1
Conversation
| @@ -0,0 +1,17 @@ | |||
| import request from 'supertest'; | |||
| import server from '../../index'; | |||
There was a problem hiding this comment.
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'; | |||
There was a problem hiding this comment.
Unable to resolve path to module 'supertest' import/no-unresolved
Missing file extension for "supertest" import/extensions
| @@ -0,0 +1,294 @@ | |||
| import chai, { expect } from 'chai'; | |||
| import chaiHttp from 'chai-http'; | |||
| import server from '../../index'; | |||
There was a problem hiding this comment.
Unable to resolve path to module '../../index' import/no-unresolved
Missing file extension for "../../index" import/extensions
| @@ -0,0 +1,294 @@ | |||
| import chai, { expect } from 'chai'; | |||
| import chaiHttp from 'chai-http'; | |||
There was a problem hiding this comment.
Unable to resolve path to module 'chai-http' import/no-unresolved
Missing file extension for "chai-http" import/extensions
| @@ -0,0 +1,294 @@ | |||
| import chai, { expect } from 'chai'; | |||
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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'; | |||
There was a problem hiding this comment.
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'; | |||
There was a problem hiding this comment.
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'; | |||
There was a problem hiding this comment.
Unable to resolve path to module 'supertest' import/no-unresolved
Missing file extension for "supertest" import/extensions
| @@ -0,0 +1,294 @@ | |||
| import chai, { expect } from 'chai'; | |||
| import chaiHttp from 'chai-http'; | |||
| import server from '../../index'; | |||
There was a problem hiding this comment.
Unable to resolve path to module '../../index' import/no-unresolved
Missing file extension for "../../index" import/extensions
| @@ -0,0 +1,294 @@ | |||
| import chai, { expect } from 'chai'; | |||
| import chaiHttp from 'chai-http'; | |||
There was a problem hiding this comment.
Unable to resolve path to module 'chai-http' import/no-unresolved
Missing file extension for "chai-http" import/extensions
| @@ -0,0 +1,294 @@ | |||
| import chai, { expect } from 'chai'; | |||
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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'; | |||
There was a problem hiding this comment.
Unable to resolve path to module 'dotenv' import/no-unresolved
Missing file extension for "dotenv" import/extensions
Final Merge