Remove quotes around test script. (#18)
Remove quotes around test script.
This commit is contained in:
		
							parent
							
								
									dfc0cdba8c
								
							
						
					
					
						commit
						1836fd2165
					
				@ -5,7 +5,7 @@
 | 
				
			|||||||
	"main": "server.js",
 | 
						"main": "server.js",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"start": "node server.js",
 | 
							"start": "node server.js",
 | 
				
			||||||
		"test": "\"mocha --timeout 5000 --recursive --exit --ui tdd tests/\""
 | 
							"test": "mocha --timeout 5000 --recursive --exit --ui tdd tests/"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"dependencies": {
 | 
						"dependencies": {
 | 
				
			||||||
		"body-parser": "^1.19.0",
 | 
							"body-parser": "^1.19.0",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user