UNPKG

passport-microsoft

Version:

Microsoft [Graph] authentication strategy for Passport.

10 lines (7 loc) 229 B
/* global describe, it, expect */ var strategy = require('..'); describe('passport-microsoft', function () { it('should export Strategy constructor', function () { expect(strategy.Strategy).to.be.a('function'); }); });