Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Oct 6, 2023
1 parent a7bda7e commit 3e1a5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/tests/did-dht.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import chai from 'chai';
import {expect} from 'chai';
import chaiAsPromised from 'chai-as-promised';
import {DidDhtKeySet, DidDhtMethod} from '../src/did-dht.js';
import {DidKeySetVerificationMethodKey, DidService} from '@web5/dids';
import {DidKeySetVerificationMethodKey, DidService} from "../src/index.js";

Check failure on line 5 in packages/dids/tests/did-dht.spec.ts

View workflow job for this annotation

GitHub Actions / test-with-node

Strings must use singlequote

chai.use(chaiAsPromised);

Expand Down

0 comments on commit 3e1a5d9

Please sign in to comment.