Skip to content

Commit 86d79bf

Browse files
committed
fix: don't need to be explicit about module path in test
1 parent e10e457 commit 86d79bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntelliTect.Coalesce.CodeGeneration.Tests/TargetClassesFullGenerationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected async Task AssertVueSuiteTypescriptOutputCompiles(IRootGenerator suite
100100
"coalesce-vue/lib/*": [ "{{workingDirectory}}/src/*" ],
101101
"*": [ "{{workingDirectory}}/node_modules/*" ],
102102
},
103-
"types": ["{{workingDirectory}}/node_modules/vue-router"]
103+
"types": ["vue-router"]
104104
},
105105
"include": [
106106
"src/**/*.ts",

0 commit comments

Comments
 (0)