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 0b5239b commit c394663Copy full SHA for c394663
test/main.js
@@ -79,13 +79,13 @@ pluginsList.forEach((plugin) => {
79
})
80
81
82
- test(`Plugin package should be published: ${packageName}`, async (t) => {
83
- t.is(typeof version, 'string')
84
- t.not(validVersion(version), null)
85
- await t.notThrowsAsync(manifest(`${packageName}@${version}`))
86
- })
87
-
88
if (status !== 'DEACTIVATED') {
+ test(`Plugin package should be published: ${packageName}`, async (t) => {
+ t.is(typeof version, 'string')
+ t.not(validVersion(version), null)
+ await t.notThrowsAsync(manifest(`${packageName}@${version}`))
+ })
+
89
test(`Plugin repository URL should be valid: ${packageName}`, async (t) => {
90
await t.notThrowsAsync(got(repo))
91
0 commit comments