Update yarn lock, updated coveralls and mocha run under coverage command now uses required babel register
This commit is contained in:
		| @@ -9,7 +9,7 @@ | |||||||
|   "scripts": { |   "scripts": { | ||||||
|     "start": "cross-env SEASONED_CONFIG=conf/development.json PROD=true NODE_PATH=. babel-node src/webserver/server.js", |     "start": "cross-env SEASONED_CONFIG=conf/development.json PROD=true NODE_PATH=. babel-node src/webserver/server.js", | ||||||
|     "test": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. mocha --require @babel/register --recursive test/unit test/system", |     "test": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. mocha --require @babel/register --recursive test/unit test/system", | ||||||
|     "coverage": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. nyc mocha --recursive test && nyc report --reporter=text-lcov | coveralls", |     "coverage": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. nyc mocha --require @babel/register --recursive test && nyc report --reporter=text-lcov | coveralls", | ||||||
|     "lint": "./node_modules/.bin/eslint src/", |     "lint": "./node_modules/.bin/eslint src/", | ||||||
|     "update": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/plex/updateRequestsInPlex.js", |     "update": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/plex/updateRequestsInPlex.js", | ||||||
|     "docs": "yarn apiDocs; yarn classDocs", |     "docs": "yarn apiDocs; yarn classDocs", | ||||||
| @@ -36,7 +36,7 @@ | |||||||
|     "@babel/node": "^7.5.5", |     "@babel/node": "^7.5.5", | ||||||
|     "@babel/preset-env": "^7.5.5", |     "@babel/preset-env": "^7.5.5", | ||||||
|     "@babel/register": "^7.5.5", |     "@babel/register": "^7.5.5", | ||||||
|     "coveralls": "^3.0.0", |     "coveralls": "^3.0.5", | ||||||
|     "documentation": "^12.0.3", |     "documentation": "^12.0.3", | ||||||
|     "eslint": "^4.9.0", |     "eslint": "^4.9.0", | ||||||
|     "eslint-config-airbnb-base": "^12.1.0", |     "eslint-config-airbnb-base": "^12.1.0", | ||||||
|   | |||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user