Skip to content

Commit

Permalink
test: remove unused dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 28, 2023
1 parent 886d824 commit 59ce361
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/nuts/plugin-install.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
import path from 'node:path';
import fs from 'node:fs';
import os from 'node:os';

import { dirname } from 'node:path';
import { expect, config } from 'chai';
import { TestSession, execCmd, execInteractiveCmd, Interaction } from '@salesforce/cli-plugins-testkit';
import { Messages } from '@salesforce/core';

Messages.importMessagesDirectoryFromMetaUrl(import.meta.url)
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
const messages = Messages.loadMessages('@salesforce/plugin-trust', 'verify');

config.truncateThreshold = 0;
Expand Down

0 comments on commit 59ce361

Please sign in to comment.