UNPKG

passport-mitopenid

Version:

Passport Strategy with the AuthorizationCode grant type of the OAuth 2.0 protocol.

6 lines (4 loc) 132 B
const chai = require('chai'); const passport = require('chai-passport-strategy'); chai.use(passport); global.expect = chai.expect;