This commit is contained in:
Pig Fang 2020-03-12 11:22:40 +08:00
parent 7d3325966b
commit b63149d30a

View File

@ -29,10 +29,10 @@ test('plugin info box', async () => {
title: 'Another Plugin',
version: '0.1.0',
description: '',
config: true,
readme: true,
config: false,
readme: false,
icon: {},
enabled: true,
enabled: false,
},
])