Skip to content

Commit a7f87a6

Browse files
WeakkyJason Kuhrt
and
Jason Kuhrt
authored
fix text name
Co-authored-by: Jason Kuhrt <[email protected]>
1 parent d9f86a3 commit a7f87a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layout/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ it('fails if custom entrypoint is not a .ts file', async () => {
319319
`)
320320
})
321321

322-
it('does not take custom entrypoint as nexus module if contains a nexus import', async () => {
322+
it('does not take conventional entrypoint as nexus module even if contains a nexus import', async () => {
323323
await ctx.setup({
324324
...fsTsConfig,
325325
'app.ts': `import { schema } from 'nexus'`,

0 commit comments

Comments
 (0)