Skip to content

Commit b3b6c35

Browse files
committed
chore: import order
1 parent b2ae64f commit b3b6c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LockBox.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import type { ResourceRelease } from '@matrixai/resources';
22
import type { LockRequest } from '#types.js';
33
import { withF, withG } from '@matrixai/resources';
4+
import * as testsUtils from './utils.js';
45
import LockBox from '#LockBox.js';
56
import Lock from '#Lock.js';
67
import RWLockReader from '#RWLockReader.js';
78
import RWLockWriter from '#RWLockWriter.js';
89
import * as errors from '#errors.js';
9-
import * as testsUtils from './utils.js';
1010

1111
describe(LockBox.name, () => {
1212
test('withF', async () => {

0 commit comments

Comments
 (0)