Implementação do FormatarTelefone e Testes Unitários
This commit is contained in:
parent
9a69ecd1b3
commit
f6733150e6
5 changed files with 7068 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue