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 with stages
in 23 minutes and 33 seconds
......@@ -99,7 +99,7 @@ test("update person from db", done => {
})
test("delete person from db", done => {
function callback(staus, data) {
function callback(status, data) {
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