Skip to content
Snippets Groups Projects
Commit 70da8422 authored by Jonas Kristoffersen's avatar Jonas Kristoffersen
Browse files

Testttttt

parent 94ab8ac8
Branches master
No related tags found
No related merge requests found
Pipeline #23018 failed
......@@ -112,7 +112,7 @@ test("Update one person in db", done => {
personDao.updateOne(1, { navn: "Oppdatert Nilsen", alder: 99, adresse: "Gata 3"}, callback);
});
test("delete person from db", done => {
test("dellete person from db", done => {
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