Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Aug 26, 2024
1 parent a38403e commit ca81173
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/loadNativeModules.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ describe('custom native modules', async function () {
expect(Boolean(kerberos), 'imported as falsy value').to.be.equal(true);
});

it('kerberos for plugins should be imported', async function () {
this.timeout(10000);
const kerberos = await import('@hackolade/kerberos-plugins');

expect(Boolean(kerberos), 'imported as falsy value').to.be.equal(true);
});

it('krb5 should be imported', async function () {
this.timeout(10000);
const krb5 = await import('@hackolade/krb5');
Expand Down

0 comments on commit ca81173

Please sign in to comment.