Skip to content

Commit 6b71260

Browse files
committed
test: refactoring
1 parent e0d7495 commit 6b71260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/reference-bundling.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { errorNotificationMatcher, LocalRegistry, notificationsMatcher } from '.
22
import { VALIDATION_RULES_SEVERITY_LEVEL_ERROR } from '../src'
33

44
describe('Reference bundling test', () => {
5-
test('external references should be bundled', async () => {
5+
test('should bundle external references', async () => {
66
const pkg = LocalRegistry.openPackage('reference-bundling/case1')
77
const result = await pkg.publish(pkg.packageId)
88

@@ -29,7 +29,7 @@ describe('Reference bundling test', () => {
2929
expect(result.documents.get('openapi.yaml')?.dependencies.length).toBe(0)
3030
})
3131

32-
test('transitive external references should be bundled', async () => {
32+
test('should bundle transitive external references', async () => {
3333
const pkg = LocalRegistry.openPackage('reference-bundling/case3')
3434
const result = await pkg.publish(pkg.packageId)
3535

0 commit comments

Comments
 (0)