conformance-tests
conformance-tests copied to clipboard
Conformance test suite for the Compose specification
Yuhanna
` Beck & Galo body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes...
Chatting to @thaJeztah and @justincormack, for things that we expect to ship as a binary it makes more sense to include the modules as vendored code. This also speeds up...
Add a CI
CI should: - [x] Run linter - [ ] Run tests using `compose-ref`
Tests fail with: ```console tests_helper.go:166: assertion failed: expression is false: len(containers) == 0 ```