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', title: 'Another Plugin',
version: '0.1.0', version: '0.1.0',
description: '', description: '',
config: true, config: false,
readme: true, readme: false,
icon: {}, icon: {},
enabled: true, enabled: false,
}, },
]) ])