Skip to content

Commit 19eaf4c

Browse files
committed
test(cache): resolve fixture cache handler types
1 parent 92b61ea commit 19eaf4c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/e2e/cacheability-components/fixture/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"moduleResolution": "bundler",
66
"jsx": "react-jsx",
77
"strict": true,
8-
"skipLibCheck": true
8+
"skipLibCheck": true,
9+
"paths": {
10+
"vinext/shims/cache-handler": ["../../../../packages/vinext/src/shims/cache-handler.ts"]
11+
}
912
},
1013
"include": ["app"]
1114
}

0 commit comments

Comments
 (0)