test-runners
Jest Test Runners¶
Run Jest tests for CommonJS or ESM modules.
Commands¶
| Command | Description |
|---|---|
test-cjs |
Run Jest for CommonJS tests |
test-esm |
Run Jest for ESM tests (with --experimental-vm-modules) |
Usage¶
Source¶
See bin/test-cjs & bin/test-esm