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 6a0a056 commit edf8fdcCopy full SHA for edf8fdc
test-dts/plugins.d-test.ts
@@ -38,7 +38,7 @@ config.plugins.VueWrapper.install(PluginWithOptionalOptions2)
38
config.plugins.VueWrapper.install(PluginWithOptionalOptions, { msg: 'hello' })
39
config.plugins.VueWrapper.install(PluginWithOptionalOptions2, { msg: 'hello' })
40
41
-// FIXME: not sure if this one is possible
+// uncertain if it is possible to forbid this usage
42
// expectError(config.plugins.VueWrapper.install(PluginWithoutOptions, {}))
43
expectError(config.plugins.VueWrapper.install(PluginWithOptions, { msg: true }))
44
expectError(config.plugins.VueWrapper.install(PluginWithOptions, {}))
0 commit comments