Skip to content

Commit

Permalink
Merge pull request #223 from dougwilson/Windows_tests
Browse files Browse the repository at this point in the history
Support Windows contributors
  • Loading branch information
mikelax committed Feb 11, 2016
2 parents c56f1ca + 77ffcfe commit 96abafa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "make test"
"test": "mocha --require should --reporter spec --check-leaks"
},
"dependencies": {
"superagent": "^1.7.2",
Expand Down
2 changes: 2 additions & 0 deletions test/supertest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

var request = require('..')
, https = require('https')
, fs = require('fs')
Expand Down

0 comments on commit 96abafa

Please sign in to comment.