Skip to content

Commit

Permalink
Merge pull request #48 from juaalta/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
juaalta committed Dec 7, 2022
2 parents 8630e9f + 7196530 commit 62b8e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"start": "export NODE_ENV=dev && node server.js",
"start-cubieboard": "export NODE_ENV=cubieboard && node server.js",
"test": "export NODE_ENV=test && mocha",
"test": "export NODE_ENV=test && mocha --exit",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ describe('Test cubieboard-monitor', function() {
after(function() {
app.shutdown();
});

});

0 comments on commit 62b8e4e

Please sign in to comment.