Skip to content

Commit

Permalink
fix imports order
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Sep 20, 2024
1 parent 1ba711a commit bd14ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/4-3-contexts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

import {addPerTestMetadata, setupMatrix} from './helpers.js';
import {injectOrReject} from './assertions.js';
import assert from 'node:assert/strict';
import chai from 'chai';
import {createRequire} from 'module';
import {filterByTag} from 'vc-test-suite-implementations';
import {injectOrReject} from './assertions.js';
import {TestEndpoints} from './TestEndpoints.js';

// eslint-disable-next-line no-unused-vars
Expand Down

0 comments on commit bd14ef0

Please sign in to comment.