fastly / js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications
https://developer.fastly.com/learning/compute/javascript/
Apache License 2.0
193 stars 26 forks source link

Complete StarlingMonkey SDK Tests #807

Closed guybedford closed 2 weeks ago

guybedford commented 2 weeks ago

This completes the StarlingMonkey SDK test suite, enabling all of the tests for the StarlingMonkey build and on CI.

We still need to enable the WPT though, which still has tests outstanding.

In the process a new test filtering command has been added making it possible to run local integration tests via npm run test:integration -- --starlingmonkey --local test-name for example.

guybedford commented 2 weeks ago

To be clear - the current js-compute-runtime debug build does not pass the SDK tests, which was the root cause of this fix.