File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ var helpers_1 = require("../../config/tests/config/helpers");
3
3
var jwt = require ( "jwt-simple" ) ;
4
4
var HTTPStatus = require ( "http-status" ) ;
5
5
var model = require ( '../../models' ) ;
6
- model . sequelize . sync ( ) . then ( function ( ) { } ) ;
7
6
describe ( '## User Tests' , function ( ) {
8
7
'use strict' ;
8
+ model . sequelize . sync ( ) . then ( function ( ) { } ) ;
9
9
var config = require ( '../../config/env/config' ) ( ) ;
10
10
var id ;
11
11
var token ;
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import * as _ from 'lodash';
4
4
import * as HTTPStatus from 'http-status' ;
5
5
var model = require ( '../../models' ) ;
6
6
7
- model . sequelize . sync ( ) . then ( ( ) => { } ) ;
8
7
9
8
describe ( '## User Tests' , ( ) => {
10
9
'use strict' ;
10
+ model . sequelize . sync ( ) . then ( ( ) => { } ) ;
11
11
const config = require ( '../../config/env/config' ) ( ) ;
12
12
13
13
let id ;
@@ -41,7 +41,6 @@ var model = require('../../models');
41
41
done ( ) ;
42
42
} ) ;
43
43
} ) ;
44
- // done();
45
44
} ) ;
46
45
47
46
describe ( 'GET /api/users/all' , ( ) => {
You can’t perform that action at this time.
0 commit comments