Skip to content
Snippets Groups Projects
Commit db4fe6cc authored by Erlend Sundøy's avatar Erlend Sundøy
Browse files

test slack notifications

parent a28a788d
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ test("get all persons from db", done => {
test("update person in db", done => {
function callback(status, data) {
/*test*/
console.log(
"Test callback: status=" + status + ", data=" + JSON.stringify(data)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment