Skip to content
Snippets Groups Projects
Commit 0ebd86f2 authored by Francois Romain's avatar Francois Romain
Browse files

test(configure jest):

parent 72f75b96
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
"graphql:schema": "node ./tools/utils/graphql-dsl-to-query-convert.js",
"test": "jest",
"commit": "npx git-cz",
"release": "standard-version && git push --follow-tags && npx conventional-github-releaser"
"release": "standard-version && git push --follow-tags origin master && conventional-github-releaser"
},
"dependencies": {
"@sentry/node": "^4.4.1",
......
// const titreDateFinFind = require('./titre-date-fin-find')
function sum(a, b) {
return a + b
}
test('test à écrire', () => {
// console.log('boum', main())
expect(sum(1, 2)).toBe(3)
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment