Skip to content

Commit

Permalink
style(imports): sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 14, 2023
1 parent e41e76d commit 9b22e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/get-enabled-types.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getEnabledTypes } from './get-enabled-types';
import * as Effect from '@effect/io/Effect';
import { getEnabledTypes } from './get-enabled-types';

const prod = expect.objectContaining({ path: 'dependencies' });
const dev = expect.objectContaining({ path: 'devDependencies' });
Expand Down

0 comments on commit 9b22e72

Please sign in to comment.