File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ var FRAMEWORKS = {
35
35
express : { source : 'connect' , overlay : 'express' } ,
36
36
hapi : { source : 'connect' , overlay : 'hapi' } ,
37
37
restify : { source : 'connect' , overlay : 'restify' } ,
38
- sails : { source : 'sails' }
38
+ // sails: { source: 'sails' }
39
39
} ;
40
40
41
41
var TEST_ASSERTION_TYPES = [ 'expect' , 'should' , 'assert' ] ;
42
42
var TEST_MODULES = [ 'supertest' , 'request' ] ;
43
43
var TEST_DEPENDENCIES = {
44
- 'z-schema' : '^3.12 .0' ,
44
+ 'z-schema' : '^3.14 .0' ,
45
45
request : '^2.58.0' ,
46
- chai : '^3.0 .0' ,
47
- mocha : '^2.2.5 ' ,
46
+ chai : '^4.2 .0' ,
47
+ mocha : '^6.0.2 ' ,
48
48
dotenv : '^1.2.0'
49
49
} ;
50
50
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ var helpers = require('./helpers');
11
11
12
12
describe ( 'project framework' , function ( ) {
13
13
// oddly, sails must be run first or there is an error
14
- testFramework ( 'sails' ) ;
14
+ // testFramework('sails');
15
15
var frameworks = Object . keys ( project . frameworks ) ;
16
16
for ( var i = 0 ; i < frameworks . length ; i ++ ) {
17
17
if ( frameworks [ i ] !== 'sails' ) testFramework ( frameworks [ i ] ) ;
You can’t perform that action at this time.
0 commit comments