diff --git a/content/300-guides/150-testing/100-unit-testing.mdx b/content/300-guides/150-testing/100-unit-testing.mdx index 0cb0b4b5aa..fbe3b1456b 100644 --- a/content/300-guides/150-testing/100-unit-testing.mdx +++ b/content/300-guides/150-testing/100-unit-testing.mdx @@ -268,7 +268,7 @@ The **_singleton_** example uses the singleton client instance to call the mock ```ts -import { createUser, updateUsername } from './src/functions-without-context.ts' +import { createUser, updateUsername } from './src/functions-without-context' import { prismaMock } from './../singleton' test('should create new user ', async () => {