Skip to content

Commit f5d3820

Browse files
test: fix sinon import
1 parent 1d1e3f0 commit f5d3820

File tree

2 files changed

+2232
-2151
lines changed

2 files changed

+2232
-2151
lines changed

test/commands/agent/generate/test-spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { join } from 'node:path';
1010
import { expect } from 'chai';
1111
import { XMLParser } from 'fast-xml-parser';
1212
import { ComponentSet } from '@salesforce/source-deploy-retrieve';
13-
import * as sinon from 'sinon';
13+
import sinon from 'sinon';
1414
import { ensureArray } from '@salesforce/kit';
1515
import {
1616
ensureYamlExtension,

0 commit comments

Comments
 (0)