Skip to content

Commit

Permalink
Updated tests and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Scanferla committed Aug 27, 2014
1 parent 83676cc commit 3c601b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asteroid",
"version": "0.3.8",
"version": "0.4.0",
"homepage": "https://github.com/mondora/asteroid",
"authors": [
"Paolo Scanferla <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asteroid",
"version": "0.3.8",
"version": "0.4.0",
"description": "Aletrnative Meteor client",
"main": "dist/node.asteroid.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"karma-safari-launcher": "^0.1.1",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"mocha": "^1.18.2",
"mocha": "1.18.2",
"mocha-lcov-reporter": "0.0.1",
"node-static": "^0.7.3",
"rewire": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/asteroid.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (ENV === "node") {
global.Q = require("q");
global.sinon = require("sinon");
global.rewire = require("rewire");
global.Asteroid = rewire("./dist/node.asteroid.js");
global.Asteroid = rewire("./dist/asteroid.node.js");
} else {
window.glb = window;
}
Expand Down
2 changes: 1 addition & 1 deletion test/node.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
})();
</script>
</head>
<body><br /><h2>Stats</h2><p><span class="width-100">Suites:</span><span class="text-right width-30">25</span></p><p><span class="width-100">Tests:</span><span class="text-right width-30">90</span></p><p><span class="width-100 green">Passes:</span><span class="text-right width-30 green">90</span></p><p><span class="width-100 red">Failures:</span><span class="text-right width-30 red">0</span></p><p><span class="width-100">Duration:</span><span class="text-right width-30">99</span></p><br /></body>
<body><br /><h2>Stats</h2><p><span class="width-100">Suites:</span><span class="text-right width-30">25</span></p><p><span class="width-100">Tests:</span><span class="text-right width-30">90</span></p><p><span class="width-100 green">Passes:</span><span class="text-right width-30 green">90</span></p><p><span class="width-100 red">Failures:</span><span class="text-right width-30 red">0</span></p><p><span class="width-100">Duration:</span><span class="text-right width-30">100</span></p><br /></body>
</html>
2 changes: 1 addition & 1 deletion test/unit/00.setup.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (ENV === "node") {
global.Q = require("q");
global.sinon = require("sinon");
global.rewire = require("rewire");
global.Asteroid = rewire("./dist/node.asteroid.js");
global.Asteroid = rewire("./dist/asteroid.node.js");
} else {
window.glb = window;
}

0 comments on commit 3c601b0

Please sign in to comment.