Skip to content

Commit

Permalink
fix images.crud.tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Sep 25, 2023
1 parent 22c9aa5 commit 789bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api-tests/fields/images.crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { setupTestRunner } from '@keystone-6/api-tests/test-runner';
import { allowAll } from '@keystone-6/core/access';
import { testConfig, expectSingleResolverError } from '../utils';

const fieldPath = path.resolve(__dirname, '../../..', 'packages/core/src/fields/types');
const fieldPath = path.resolve(__dirname, './', 'types/fixtures');

export const prepareFile = (_filePath: string, kind: 'image' | 'file') => {
const filePath = path.resolve(fieldPath, kind, 'test-files', _filePath);
Expand Down

0 comments on commit 789bbc3

Please sign in to comment.