Skip to content
Snippets Groups Projects
Commit 7ea105e1 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

feat: add first failing test

parent 0b306bb5
No related branches found
No related tags found
1 merge request!8feat: add first failing test
Pipeline #39566 passed
describe('Filter function', () => {
// test stuff
it('should fail', () => {
expect(true).toBe(false)
})
})
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
"start": "node ./src/index.js", "start": "node ./src/index.js",
"dev": "cozy-konnector-dev", "dev": "cozy-konnector-dev",
"standalone": "cozy-konnector-standalone", "standalone": "cozy-konnector-standalone",
"test": "jest",
"pretest": "npm run clean", "pretest": "npm run clean",
"clean": "rm -rf ./data", "clean": "rm -rf ./data",
"build": "webpack", "build": "webpack",
...@@ -40,6 +41,7 @@ ...@@ -40,6 +41,7 @@
"dependencies": { "dependencies": {
"cozy-konnector-libs": "4.52.1", "cozy-konnector-libs": "4.52.1",
"easy-soap-request": "^4.7.0", "easy-soap-request": "^4.7.0",
"jest": "^28.1.3",
"moment": "^2.29.3", "moment": "^2.29.3",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
......
This diff is collapsed.
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