Skip to content
Snippets Groups Projects
Commit 3f775977 authored by Øivind Haugerøy Larsson's avatar Øivind Haugerøy Larsson
Browse files

test2

parent 52d1d8b7
No related branches found
No related tags found
No related merge requests found
Pipeline #22829 canceled
...@@ -99,7 +99,7 @@ test("update person from db", done => { ...@@ -99,7 +99,7 @@ test("update person from db", done => {
}) })
test("delete person from db", done => { test("delete person from db", done => {
function callback(staus, data) { function callback(status, data) {
console.log( console.log(
"Test callback: status= " + status + ", data=" +JSON.stringify(data) "Test callback: status= " + status + ", data=" +JSON.stringify(data)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment