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.
1 parent 1b0b51f commit 04a6f13Copy full SHA for 04a6f13
1 file changed
test/unit/cache/redis-query-result-cache.test.ts
@@ -3,7 +3,7 @@ import { expect } from "chai"
3
import * as sinon from "sinon"
4
import { RedisQueryResultCache } from "../../../src/cache/RedisQueryResultCache"
5
import { PlatformTools } from "../../../src/platform/PlatformTools"
6
-import { DataSource } from "../../../src/data-source/DataSource"
+import type { DataSource } from "../../../src/data-source/DataSource"
7
import { TypeORMError } from "../../../src/error/TypeORMError"
8
9
describe("RedisQueryResultCache", () => {
0 commit comments