File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const request = require('supertest');
3
3
4
4
5
5
// initializes the project to be sent to server/DB
6
- const { projectToSave, state } = require ( '../app/ mockData' ) ;
6
+ const { projectToSave, state } = require ( '../mockData' ) ;
7
7
8
8
const app = require ( '../server/server.js' ) ;
9
9
const http = require ( 'http' ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const app = require('../server/server.js');
5
5
6
6
const browser = 'http://localhost:8080' ; // for checking endpoints accessed with hash router
7
7
8
- const { user } = require ( '../app/ mockData' ) ;
8
+ const { user } = require ( '../mockData' ) ;
9
9
10
10
// tests user signup and login routes
11
11
describe ( 'User authentication tests' , ( ) => {
Original file line number Diff line number Diff line change 67
67
],
68
68
"license" : " MIT" ,
69
69
"jest" : {
70
- "testEnvironment" : " jsdom" ,
70
+ "testEnvironment" : " jsdom" ,
71
71
"bail" : true ,
72
72
"moduleNameMapper" : {
73
73
"^.+\\ .(css|scss|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$" : " identity-obj-proxy"
97
97
" enzyme-to-json/serializer"
98
98
]
99
99
},
100
-
101
100
"bugs" : {
102
101
"url" : " https://github.com/open-source-labs/ReacType/issues"
103
102
},
139
138
"eslint-plugin-react-hooks" : " ^4.2.0" ,
140
139
"express-graphql" : " ^0.12.0" ,
141
140
"graphql" : " ^15.5.0" ,
141
+ "identity-obj-proxy" : " ^3.0.0" ,
142
142
"immutable" : " ^4.0.0-rc.12" ,
143
143
"js-cookie" : " ^2.2.1" ,
144
144
"localforage" : " ^1.7.2" ,
You can’t perform that action at this time.
0 commit comments