Skip to content

Add CI workflow for transformer testing with ESM/CommonJS compatibility fix #4

Add CI workflow for transformer testing with ESM/CommonJS compatibility fix

Add CI workflow for transformer testing with ESM/CommonJS compatibility fix #4

Re-run triggered September 2, 2025 01:40
Status Failure
Total duration 26s
Artifacts

test-transformer.yml

on: pull_request
Matrix: Test Transformer Package
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Test Transformer Package (18.x)
Process completed with exit code 1.
Test Transformer Package (20.x)
The operation was canceled.
test/analyzer.test.ts > BlockAnalyzer > Optimization Decisions > should not recommend memoization for static components: transformer/test/analyzer.test.ts#L351
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ test/analyzer.test.ts:351:60
test/analyzer.test.ts > BlockAnalyzer > Dependency Extraction > should not extract dependencies from static Roblox constructors: transformer/test/analyzer.test.ts#L229
AssertionError: expected [ 'UDim2' ] to not include 'UDim2' ❯ test/analyzer.test.ts:229:48
test/analyzer.test.ts > BlockAnalyzer > Static Analysis > should handle mixed static and dynamic props: transformer/test/analyzer.test.ts#L156
AssertionError: expected [ 'Text' ] to include 'Position' ❯ test/analyzer.test.ts:156:43
test/analyzer.test.ts > BlockAnalyzer > Static Analysis > should identify static elements correctly: transformer/test/analyzer.test.ts#L97
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/analyzer.test.ts:97:40
Test Transformer Package (20.x)
The strategy configuration was canceled because "test-transformer._18_x" failed