Skip to content

Commit f537c2c

Browse files
authored
add warnjs
Signed-off-by: Manuel <[email protected]>
1 parent 0a5aa42 commit f537c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseUser.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4432,7 +4432,7 @@ describe('allowClientClassCreation option', () => {
44324432
});
44334433

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

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

0 commit comments

Comments
 (0)