Skip to content

Merge pull request #11 from Anshukumar123975/main #15

Merge pull request #11 from Anshukumar123975/main

Merge pull request #11 from Anshukumar123975/main #15

Triggered via push June 17, 2025 11:15
Status Failure
Total duration 24s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test
Process completed with exit code 1.
semantic/specifications/namespaces/tests/namespaces.test.js > Semantic Validation - MODEL_FILE_002 - duplicate namespace imports > should throw error for duplicate namespace imports: semantic/specifications/namespaces/tests/namespaces.test.js#L17
AssertionError: expected [Function] to throw an error - Expected: null + Received: undefined ❯ semantic/specifications/namespaces/tests/namespaces.test.js:17:53
semantic/specifications/imports/tests/imports.test.js > Semantic Validation - MODEL_FILE_002 - duplicate namespace imports > should throw error for duplicate imports from same namespace: semantic/specifications/imports/tests/imports.test.js#L67
AssertionError: expected [Function] to throw an error - Expected: null + Received: undefined ❯ semantic/specifications/imports/tests/imports.test.js:67:53
semantic/specifications/imports/tests/imports.test.js > Semantic Validation - DECLARATION_002 - import conflict and uniqueness checks > should throw error for name conflict with imported type: semantic/specifications/imports/tests/imports.test.js#L28
AssertionError: expected [Function] to throw an error - Expected: null + Received: undefined ❯ semantic/specifications/imports/tests/imports.test.js:28:8
semantic/specifications/enums/tests/enums.test.js > Semantic Validation - DECLARATION_002 - name conflict with import > should throw error for name conflict with imported enum: semantic/specifications/enums/tests/enums.test.js#L46
AssertionError: expected [Function] to throw an error - Expected: null + Received: undefined ❯ semantic/specifications/enums/tests/enums.test.js:46:57