File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
test/fullcube-state-machine/server Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
"main" : " lib/index.js" ,
31
31
"scripts" : {
32
32
"dev" : " nodemon test/fullcube-state-machine/server/server.js --ignore db.json --ext js,json" ,
33
- "test" : " nyc --reporter=lcov --reporter=text mocha test/*test.js" ,
33
+ "test" : " nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js" ,
34
34
"test:watch" : " npm run test -- -w" ,
35
35
"coverage" : " nyc report --reporter=text-lcov | coveralls"
36
36
},
37
37
"devDependencies" : {
38
- "babel-cli" : " ^6.10.1" ,
39
- "babel-core" : " ^6.10.4" ,
40
- "babel-eslint" : " ^6.1.0" ,
41
- "babel-polyfill" : " ^6.9.1" ,
42
- "babel-preset-es2015" : " ^6.9.0" ,
43
38
"chai" : " ^3.5.0" ,
44
39
"coveralls" : " ^2.11.9" ,
45
40
"eslint-config-fullcube" : " git+https://github.com/fullcube/eslint-config-fullcube.git" ,
46
41
"loglevel" : " ^1.4.1" ,
47
42
"mocha" : " ^2.5.3" ,
48
43
"nodemon" : " ^1.9.2" ,
44
+ "nyc" : " ^7.0.0" ,
49
45
"sinon" : " ^1.17.4" ,
50
46
"sinon-as-promised" : " ^3.0.1" ,
51
47
"sinon-chai" : " ^2.8.0"
55
51
"debug" : " ^2.2.0" ,
56
52
"fsm-as-promised" : " ^0.13.0" ,
57
53
"lodash" : " ^4.13.1"
58
- },
59
- "peerDependencies" : {
60
- "loopback" : " >=2.25.0"
61
- },
62
- "optionalDependencies" : {
63
- "loopback-component-explorer" : " 2.5.0"
64
54
}
65
55
}
Original file line number Diff line number Diff line change 1
- require ( 'babel-register' )
2
- require ( 'babel-polyfill' )
3
-
4
1
var loopback = require ( 'loopback' ) ;
5
2
var boot = require ( 'loopback-boot' ) ;
6
3
You can’t perform that action at this time.
0 commit comments