Skip to content

Commit

Permalink
refactor: devScripts update (#512)
Browse files Browse the repository at this point in the history
* chore: updates from devScripts

* chore: explicit dependencies, remove chai-each

---------

Co-authored-by: mshanemc <[email protected]>
  • Loading branch information
svc-cli-bot and mshanemc authored Apr 3, 2024
1 parent b68de52 commit 76d64cc
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 413 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@
"@salesforce/kit": "^3.1.0",
"@salesforce/source-deploy-retrieve": "^10.7.0",
"@salesforce/ts-types": "^2.0.9",
"archiver": "^5.3.2",
"chai-each": "^0.0.1",
"chai": "^5.1.0",
"debug": "^4.3.1",
"fast-glob": "^3.3.2",
"shelljs": "^0.8.4",
"sinon": "^10.0.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^8.4.1",
"@types/archiver": "^5.3.2",
"@salesforce/dev-scripts": "^8.4.2",
"@types/debug": "^4.1.12",
"@types/shelljs": "^0.8.15",
"copyfiles": "^2.4.1",
Expand Down
5 changes: 1 addition & 4 deletions src/assertions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/
import * as fs from 'node:fs';
import * as path from 'node:path';
import { expect, use } from 'chai';
import * as chaiEach from 'chai-each';
import { expect } from 'chai';
import { JsonMap, Nullable } from '@salesforce/ts-types';
import * as fg from 'fast-glob';
import { Connection } from '@salesforce/core';
Expand All @@ -17,8 +16,6 @@ import { ApexClass, ApexTestResult, Commands, Context, SourceMember, SourceState
import { ExecutionLog } from './executionLog';
import { countFiles, FileTracker } from './fileTracker';

use(chaiEach);

/* eslint-disable no-await-in-loop */

/**
Expand Down
Loading

0 comments on commit 76d64cc

Please sign in to comment.