Add Windows-Specific Test Script
This commit is contained in:
		
							parent
							
								
									1a2477fd19
								
							
						
					
					
						commit
						c051d9a9e3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -262,6 +262,7 @@
 | 
				
			||||||
        "watch": "tsc -watch -p ./",
 | 
					        "watch": "tsc -watch -p ./",
 | 
				
			||||||
        "postinstall": "node ./node_modules/vscode/bin/install",
 | 
					        "postinstall": "node ./node_modules/vscode/bin/install",
 | 
				
			||||||
        "test": "npm run compile && mocha './out/test/**/*.js'",
 | 
					        "test": "npm run compile && mocha './out/test/**/*.js'",
 | 
				
			||||||
 | 
					        "test-windows": "npm run compile && mocha ./out/test/**/*.js",
 | 
				
			||||||
        "lint": "tslint -p tslint.json --fix"
 | 
					        "lint": "tslint -p tslint.json --fix"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
| 
						 | 
					@ -277,4 +278,4 @@
 | 
				
			||||||
        "xpath": "0.0.27",
 | 
					        "xpath": "0.0.27",
 | 
				
			||||||
        "xqlint": "^0.4.1"
 | 
					        "xqlint": "^0.4.1"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue