Implementação do FormatarTelefone e Testes Unitários

This commit is contained in:
Leandro Costa 2022-02-05 11:54:09 -03:00
parent 9a69ecd1b3
commit f6733150e6
5 changed files with 7068 additions and 4 deletions

View file

@ -4,7 +4,7 @@
"description": "Biblioteca com funções para formatação de dados.",
"main": "src/lhmask.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest --watchAll"
},
"repository": {
"type": "git",
@ -16,5 +16,8 @@
"bugs": {
"url": "https://bitbucket.org/leandro_costa/lhmask/issues"
},
"homepage": "https://bitbucket.org/leandro_costa/lhmask#readme"
}
"homepage": "https://bitbucket.org/leandro_costa/lhmask#readme",
"devDependencies": {
"jest": "^27.5.0"
}
}