Posts by Bruno Leitão Donatelli • 61 points
5 posts
-
0
votes1
answer214
viewsA: Test error with Jest and Supertest
Problem was in setting up Sequelize pro Sqlite, which had no underscored and underscored configuration
-
0
votes1
answer214
viewsQ: Test error with Jest and Supertest
Good afternoon, you guys; I created my tests with Jest and supertest, and they are giving an error "Object.is Equality", Versão Node: 12.18.3 Versão NPM: 6.14.4 Versão Yarn: 1.22.4 ps: I am using…
-
0
votes1
answer121
viewsA: Modal does not appear after clicking the checkbox
I was able to solve this by keeping with sessionstorage. $(document).ready(function () { var exibirModal = true; // Verifica se o navegador possui suporte a Storage. // E verifica na variável de…
-
0
votes1
answer121
viewsQ: Modal does not appear after clicking the checkbox
Good morning. I am working on a system made in Angular 8, where, when we enter the home, a welcome modal appears. For now, this modal keeps popping up every time we come home. I would like this…
-
4
votes1
answer168
viewsQ: check not allowed characters within the input and alert user
Good morning. On a system I’m working on, there’s this input inside the first div, and I need to check when the user type the letters I, The, Q in any of the 17 characters of the input, a text…