mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 20:58:48 +00:00
chore(transformer_conformance): only ignore root fixtures directory (#7198)
This blocks us from adding tests for plugins.
See the URL a2244ff089/tasks/transform_conformance/tests/babel-plugin-transform-async-to-generator/test/fixtures/arrow
This commit is contained in:
parent
9a6423a9f8
commit
b4cb587477
1 changed files with 2 additions and 1 deletions
3
tasks/transform_conformance/.gitignore
vendored
3
tasks/transform_conformance/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
fixtures/
|
||||
# Ignore the fixtures directory that generated by the run execution tests
|
||||
/fixtures
|
||||
Loading…
Reference in a new issue