Skip to content

Commit

Permalink
Implementando testes unitarios dos metodos reversos (8/43)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitBrandao committed Dec 16, 2024
1 parent 507ef07 commit ec6fc7d
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 120 deletions.
2 changes: 1 addition & 1 deletion fontes/valores/metodos/css/scale3d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export class Scale3d extends MetodoCss {
}

paraTexto() {
return `escalamento3d(${this.valor1}, ${this.valor2}, ${this.valor3})`
return `escalamento-3d(${this.valor1}, ${this.valor2}, ${this.valor3})`
}
}
2 changes: 1 addition & 1 deletion testes/listas/metodos-css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ export const TraducaoValoresMetodos: Object = {
'offset-path': 'trajeto-deslocamento',
'transform': 'transformar',
'transition': 'transicao',
'animation-timing-function': 'velocidade-animação',
'animation-timing-function': 'velocidade-animacao',
};
Loading

0 comments on commit ec6fc7d

Please sign in to comment.