Skip to content

Commit

Permalink
Window dev env support
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 9, 2016
1 parent d906481 commit b4286d7
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 567 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"scripts": {
"test": "mocha",
"pretest": "npm run check-style",
"check-style:eslint": "eslint mqtt.js lib/* test/*.js test/browser/*.js test/helpers/*.js",
"check-style:jshint": "jshint mqtt.js lib/* test/*.js test/browser/*.js test/helpers/*.js",
"check-style:jscs": "jscs mqtt.js lib/* test/*.js test/browser/*.js test/helpers/*.js",
"check-style:eslint": "eslint mqtt.js lib test test/browser test/helpers",
"check-style:jshint": "jshint mqtt.js lib test test/browser test/helpers",
"check-style:jscs": "jscs mqtt.js lib test test/browser test/helpers",
"check-style": "npm run check-style:jshint && npm run check-style:jscs && npm run check-style:eslint",
"browser-test": "zuul --server test/browser/server.js --local --open test/browser/test.js"
},
Expand Down
54 changes: 0 additions & 54 deletions test/old/connection.test.js

This file was deleted.

34 changes: 0 additions & 34 deletions test/old/mqtt.client.test.js

This file was deleted.

70 changes: 0 additions & 70 deletions test/old/qos.test.js

This file was deleted.

33 changes: 0 additions & 33 deletions test/old/smoke.test.js

This file was deleted.

34 changes: 0 additions & 34 deletions test/old/tester.js

This file was deleted.

38 changes: 0 additions & 38 deletions test/old/tls.test.js

This file was deleted.

Loading

0 comments on commit b4286d7

Please sign in to comment.