UNPKG

passport-lti

Version:
13 lines (8 loc) 286 B
/* global describe, it, expect */ var strategy = require('..'); describe('passport-lti', function() { it('should export Strategy constructor directly from package', function() { expect(strategy).to.be.a('function'); expect(strategy).to.equal(strategy.Strategy); }); });