Skip to content

Commit 07f3972

Browse files
committed
fix: more consistent test naming
1 parent 1cec67e commit 07f3972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reference-bundling.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('Reference bundling test', () => {
8282
).rejects.toThrow(/not a valid text file/)
8383
})
8484

85-
test('should not throw error on publishing specification with incorrect description override', async () => {
85+
test('should collect notifications on publishing specification with incorrect description override', async () => {
8686
const pkg = LocalRegistry.openPackage('reference-bundling/description-override')
8787
const result = await pkg.publish(pkg.packageId, {
8888
validationRulesSeverity: {

0 commit comments

Comments
 (0)