Skip to content

Commit

Permalink
Update to new way of importing from updated clipboardy module
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevCraw committed Oct 13, 2023
1 parent 31d1228 commit 1f29df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as fs from 'fs';
import { MAVEN_PROJECT, STOP_DASHBOARD_MAC_ACTION } from '../definitions/constants';
import { expect } from "chai";
import { MapContextMenuforMac } from './macUtils';
import * as clipboard from 'clipboardy';
import clipboard from 'clipboardy';

export function delay(millisec: number) {
return new Promise( resolve => setTimeout(resolve, millisec) );
Expand Down

0 comments on commit 1f29df1

Please sign in to comment.