Skip to content

Commit

Permalink
fix: remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
coratgerl committed Oct 11, 2023
1 parent 66ad676 commit 869709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/AuthenticationAdapters.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@ describe('microsoft graph auth adapter', () => {
});
});

fdescribe('facebook limited auth adapter', () => {
describe('facebook limited auth adapter', () => {
const facebook = require('../lib/Adapters/Auth/facebook');
const jwt = require('jsonwebtoken');
const util = require('util');
Expand Down

0 comments on commit 869709d

Please sign in to comment.