This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test-files: # Executar testes apenas para os arquivos mencionados | |
node ace test --files $(files) | |
test-watch: # Observar mudanças nos arquivos e re-executar os testes ao detectar alterações | |
node ace test -w | |
test-poll: # Detectar mudanças nos arquivos por meio de polling em vez de ouvir eventos do sistema de arquivos | |
node ace test -p | |
test-node-args: # Opções da CLI para passar para a linha de comando do node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = your_email | |
name = your_username | |
[alias] | |
# git clone | |
cl = !git clone | |
# Git shallow clone for large repos | |
clq= !git clone --depth=1 | |
s = status | |
co = checkout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": [ | |
{ | |
"gender": "female", | |
"name": { | |
"title": "mrs", | |
"first": "alejandra", | |
"last": "rodrigues" | |
}, | |
"location": { |