Skip to content

Commit

Permalink
cake.test.ts Reorder imports to previious commit
Browse files Browse the repository at this point in the history
Signed-off-by: Fischer, Louis <[email protected]>
  • Loading branch information
louisfischer committed Apr 14, 2024
1 parent 5d5e3a1 commit 15579e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions __tests__/cake.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import * as path from 'path';
import { exec } from '@actions/exec';
import { which } from '@actions/io';
import * as path from 'path';

import * as cake from '../src/cake';
import { CakeArgument, CakeSwitch } from '../src/cakeParameter';
import { CakeToolSettings } from '../src/cakeToolSettings';
import { ToolsDirectory } from '../src/toolsDirectory';
import { CakeToolSettings } from '../src/cakeToolSettings';
import { CakeArgument, CakeSwitch } from '../src/cakeParameter';

const pathToLocalToolsDirectory = path.join('path', 'to', 'tool');
const pathToLocalTool = path.join(pathToLocalToolsDirectory, 'dotnet-cake');
Expand Down

0 comments on commit 15579e9

Please sign in to comment.