Skip to content

Commit

Permalink
tests: put import with * for spying as the last one for better readab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
AdrianRomanski committed Jan 5, 2025
1 parent 6c4d56e commit 2a5bfae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import {
expect,
type MockInstance,
} from 'vitest';
import * as fileHasher from 'nx/src/hasher/file-hasher';
import { cacheKey } from './caching.utils';

import * as fileHasher from 'nx/src/hasher/file-hasher';

describe('cacheKey', (): void => {
const prefix = 'warcraft';
const hashData = { race: 'orc' };
Expand Down

0 comments on commit 2a5bfae

Please sign in to comment.