Skip to content
Snippets Groups Projects
Commit fdc04ed1 authored by Eyvind Nikolai Holt's avatar Eyvind Nikolai Holt
Browse files

it shall fail

parent d6701a9f
No related branches found
No related tags found
No related merge requests found
Pipeline #22948 failed with stages
in 56 seconds
......@@ -113,7 +113,7 @@ test("get all persons from db", done => {
personDao.getAll(callback);
});
test("fail this should do", done => {
test("fail this should do ho", 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