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

test

parent 48f8c0d7
No related branches found
No related tags found
No related merge requests found
Pipeline #22936 passed with stages
in 1 minute and 49 seconds
......@@ -94,7 +94,7 @@ test("delete person in db", done => {
console.log(
"Test callback: status=" + status + ", data.length=" + data.length
);
expect(data.affectedRows).toBeLessThanOrEqual(1);
expect(data.affectedRows).toBeGreaterThanOrEqual(1);
done();
}
......
This diff is collapsed.
......@@ -13,10 +13,12 @@
"body-parser": "^1.18.3",
"express": "^4.16.3",
"fs": "0.0.1-security",
"jest": "^23.6.0",
"mysql": "^2.16.0"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^23.6.0"
}
}
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