Skip to content

Commit

Permalink
build: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 1, 2023
1 parent 910a87d commit c3ef6c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { execSync, ExecSyncOptions } from 'child_process';
import { join } from 'path';

import { dirSync } from 'tmp';
import { ifNextVersionExists } from '@jnxplus/internal/testing';

let smokeDirectory: string;
let cleanup: () => void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { execSync, ExecSyncOptions } from 'child_process';
import { join } from 'path';

import { dirSync } from 'tmp';
import { ifNextVersionExists } from '@jnxplus/internal/testing';

let smokeDirectory: string;
let cleanup: () => void;
Expand Down

0 comments on commit c3ef6c4

Please sign in to comment.