File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ It can run your existing tests on [all runtimes and also browsers](#engines), wi
3131[ ![ XS] ( https://img.shields.io/badge/XS-0B307A?style=flat-square )] ( https://github.com/Moddable-OpenSource/moddable )
3232[ ![ GraalJS] ( https://img.shields.io/badge/GraalJS-C74634?style=flat-square )] ( https://github.com/oracle/graaljs )
3333[ ![ Boa] ( https://img.shields.io/badge/Boa-F3FF00?style=flat-square )] ( https://github.com/boa-dev/boa )
34+ [ ![ Nova] ( https://img.shields.io/badge/Nova-FF810A?style=flat-square )] ( https://github.com/trynova/nova )
3435[ ![ Escargot] ( https://img.shields.io/badge/Escargot-1428A0?style=flat-square )] ( https://github.com/Samsung/escargot )
3536[ ![ engine262] ( https://img.shields.io/badge/engine262-f0db4f?style=flat-square&logo=javascript&logoColor=000 )] ( https://github.com/engine262/engine262 )
3637
@@ -178,6 +179,7 @@ Use `--engine` (or `EXODUS_TEST_ENGINE=`) to specify one of:
178179 - ` graaljs: bundle` — [GraalJS](https://github.com/oracle/graaljs)
179180 - ` escargot: bundle` — [Escargot](https://github.com/Samsung/escargot)
180181 - ` boa: bundle` — [Boa](https://github.com/boa-dev/boa)
182+ - ` nova: bundle` — [Nova](https://github.com/trynova/nova) (note that Nova itself is a Work In Progress)
181183 - ` engine262: bundle` - [engine262](https://github.com/engine262/engine262), the per-spec implementation of ECMA-262
182184 (install with [esvu](https://npmjs.com/package/esvu))
183185
You can’t perform that action at this time.
0 commit comments