UNPKG

ipsambeatae

Version:

Shared dependencies of Compass, the MongoDB extension for VSCode and MongoSH

10 lines (8 loc) 254 B
import { expect } from 'chai'; import { OIDCMockProvider } from './'; // Not testing this since it's for testing anyway. describe('OIDCMockProvider', function () { it('exists', function () { expect(OIDCMockProvider).to.be.a('function'); }); });