Skip to content

Commit

Permalink
add warnjs
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel <[email protected]>
  • Loading branch information
mtrezza authored Oct 13, 2024
1 parent 0a5aa42 commit f537c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseUser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4432,7 +4432,7 @@ describe('allowClientClassCreation option', () => {
});

fdescribe('log levels', () => {
const logLevels = [undefined, 'silent', 'info', 'error'];
const logLevels = [undefined, 'silent', 'info', 'warn', 'error'];

it_id('bd3929eb-85dd-4955-ac1d-5ba59ab1b9a3')(it)('should use log level for username already exists error', async () => {
for (const logLevel of logLevels) {
Expand Down

0 comments on commit f537c2c

Please sign in to comment.