Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbnplace committed May 3, 2019
1 parent 1613b43 commit 97589d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,15 +27,15 @@
"author": "Godwin Noah",
"license": "MIT",
"dependencies": {
"remark-cli": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.2",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cecula-sms/node-library.git"
},
"devDependencies": {
"remark-cli": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.2",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
Expand Down
12 changes: 0 additions & 12 deletions test.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/appTest.js
Expand Up @@ -65,7 +65,7 @@ describe("A2P SMS", () => {
origin: "",
message: "",
recipients: []
}, data => {
}, (data) => {
assert.equal(data.code, "CE1002");
});
});
Expand Down

0 comments on commit 97589d3

Please sign in to comment.