We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 486e0fb + 71e9f31 commit 5d6aa2aCopy full SHA for 5d6aa2a
apps/dbagent/next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-/// <reference path="./.next/types/routes.d.ts" />
+import type {} from './.next/types/routes.d.ts';
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
apps/dbagent/src/lib/targetdb/unsafe-explain.test.ts
@@ -1,4 +1,4 @@
-import { isSingleStatement } from './explain';
+import { isSingleStatement } from './unsafe-explain';
describe('isSingleStatement', () => {
describe('positive tests - should return true', () => {
0 commit comments