Skip to content

Commit

Permalink
Lint test contexts and add copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 7, 2023
1 parent 7656930 commit 611d267
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/contexts/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/*!
* Copyright (c) 2019-2023 Digital Bazaar, Inc. All rights reserved.
*/
import {
constants as credentialsConstants,
contexts as credentialsContexts
} from 'credentials-context';
import {
constants as credentialsV2Constants,
contexts as credentialsV2Contexts,
constants as credentialsV2Constants
} from '@digitalbazaar/credentials-v2-context';
import {
constants as didConstants,
Expand Down

0 comments on commit 611d267

Please sign in to comment.