Skip to content

Commit fba061a

Browse files
authored
tests: prefix suites (#1174)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4720d1d commit fba061a

File tree

54 files changed

+57
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+57
-57
lines changed

tests/functional/Enums.ComponentScope.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('ComponentScope enum', () => {
32+
suite('functional: ComponentScope enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

tests/functional/Enums.ComponentType.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('ComponentType enum', () => {
32+
suite('functional: ComponentType enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

tests/functional/Enums.ExternalReferenceType.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('ExternalReferenceType enum', () => {
32+
suite('functional: ExternalReferenceType enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

tests/functional/Enums.HashAlogorithms.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('HashAlgorithm enum', () => {
32+
suite('functional: HashAlgorithm enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot4,

tests/functional/Enums.LicenseAcknowledgement.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('LicenseAcknowledgement enum', () => {
32+
suite('functional: LicenseAcknowledgement enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6
3535
])

tests/functional/Enums.LifecyclePhase.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('LifecyclePhase enum', () => {
32+
suite('functional: LifecyclePhase enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5

tests/functional/Enums.Vulnerability.AffectStatus.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('Vulnerability.AffectStatus enum', () => {
32+
suite('functional: Vulnerability.AffectStatus enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

tests/functional/Enums.Vulnerability.AnalysisJustification.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('Vulnerability.AnalysisJustification enum', () => {
32+
suite('functional: Vulnerability.AnalysisJustification enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

tests/functional/Enums.Vulnerability.AnalysisResponse.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('Vulnerability.AnalysisResponse enum', () => {
32+
suite('functional: Vulnerability.AnalysisResponse enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

tests/functional/Enums.Vulnerability.AnalysisState.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const {
2929
_Resources: { FILES: { CDX: { JSON_SCHEMA: CDX_JSON_SCHEMA } } }
3030
} = require('../../')
3131

32-
suite('Vulnerability.AnalysisState enum', () => {
32+
suite('functional: Vulnerability.AnalysisState enum', () => {
3333
const specVersions = new Set([
3434
Version.v1dot6,
3535
Version.v1dot5,

0 commit comments

Comments
 (0)