Skip to content

Commit eb0bfb7

Browse files
test: remove assertions for node 24
1 parent 22387c3 commit eb0bfb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/errorFormatting.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ describe('errorFormatting.formatError()', () => {
4040
expect(errorOutput).to.contain('Error (SfError)');
4141
expect(errorOutput).to.contain('this did not work');
4242
expect(errorOutput).to.contain('*** Internal Diagnostic ***');
43-
expect(errorOutput).to.contain('at Function.from');
4443
expect(errorOutput).to.contain('actions: undefined');
4544
expect(errorOutput).to.contain('exitCode: 1');
4645
expect(errorOutput).to.contain("context: 'thecommand'");
@@ -68,7 +67,6 @@ describe('errorFormatting.formatError()', () => {
6867
expect(errorOutput).to.contain('Error (WOMP_WOMP)');
6968
expect(errorOutput).to.contain('this did not work');
7069
expect(errorOutput).to.contain('*** Internal Diagnostic ***');
71-
expect(errorOutput).to.contain('at Function.from');
7270
expect(errorOutput).to.contain("actions: [ 'action1', 'action2' ]");
7371
expect(errorOutput).to.contain('exitCode: 9');
7472
expect(errorOutput).to.contain("context: 'somecommand'");

0 commit comments

Comments
 (0)