Skip to content

Commit

Permalink
rename to utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 30, 2023
1 parent 468ea40 commit 8eaf207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli-tests/utils.tsx → tests/cli-tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import chalk from 'chalk';
import fixturez from 'fixturez';
import { MigrateEngine } from '@prisma/migrate';
import { uriToCredentials } from '@prisma/internals';
import { KeystoneConfig } from '@keystone-6/core/types';
import type { KeystoneConfig } from '@keystone-6/core/types';
import { cli } from '@keystone-6/core/scripts/cli';

// these tests spawn processes and it's all pretty slow
Expand Down

0 comments on commit 8eaf207

Please sign in to comment.