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 1cec67e commit 07f3972Copy full SHA for 07f3972
test/reference-bundling.test.ts
@@ -82,7 +82,7 @@ describe('Reference bundling test', () => {
82
).rejects.toThrow(/not a valid text file/)
83
})
84
85
- test('should not throw error on publishing specification with incorrect description override', async () => {
+ test('should collect notifications on publishing specification with incorrect description override', async () => {
86
const pkg = LocalRegistry.openPackage('reference-bundling/description-override')
87
const result = await pkg.publish(pkg.packageId, {
88
validationRulesSeverity: {
0 commit comments