Skip to content

Commit edf8fdc

Browse files
authored
chore: comment
1 parent 6a0a056 commit edf8fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-dts/plugins.d-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config.plugins.VueWrapper.install(PluginWithOptionalOptions2)
3838
config.plugins.VueWrapper.install(PluginWithOptionalOptions, { msg: 'hello' })
3939
config.plugins.VueWrapper.install(PluginWithOptionalOptions2, { msg: 'hello' })
4040

41-
// FIXME: not sure if this one is possible
41+
// uncertain if it is possible to forbid this usage
4242
// expectError(config.plugins.VueWrapper.install(PluginWithoutOptions, {}))
4343
expectError(config.plugins.VueWrapper.install(PluginWithOptions, { msg: true }))
4444
expectError(config.plugins.VueWrapper.install(PluginWithOptions, {}))

0 commit comments

Comments
 (0)