Files
babel/packages/babel-plugin-proposal-dynamic-import/test/fixtures/systemjs/missing-plugin/options.json
Nicolò Ribaudo 469a5a71cd Allow testing logs with @babel/helper-transform-fixture-test-runner (#10326)
* Add support for logs to transform-fixture-test-runner

* Test some warnings

* Use stderr/stdout, and add a validateLogs test option

* Normalize CWD in logs and rename vars

* Silence preset-env tests

* Restore old methods
2019-08-14 08:03:03 +02:00

9 lines
133 B
JSON

{
"validateLogs": true,
"plugins": [
"syntax-dynamic-import",
"transform-modules-systemjs",
"external-helpers"
]
}