Skip to content

Commit

Permalink
style: one import from sdr
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 18, 2023
1 parent fa9f51f commit 0552fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/utils/types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/

import { expect } from 'chai';
import { SourceComponent } from '@salesforce/source-deploy-retrieve';
import { RegistryAccess } from '@salesforce/source-deploy-retrieve';
import { SourceComponent, RegistryAccess } from '@salesforce/source-deploy-retrieve';
import { isSourceComponent } from '../../src/utils/types';

describe('isSourceComponent (type guard)', () => {
Expand Down

0 comments on commit 0552fef

Please sign in to comment.