swc/.gitmodules
Donny/강동윤 95472e4037
test(es/decorators): Add tests written by evanw (#8967)
**Description:**

Add https://github.com/evanw/decorator-tests as partially ignored tests so we can work on decorator fixes gradually.
2024-05-23 14:18:32 +09:00

14 lines
550 B
Plaintext

[submodule "ecmascript/test262-parser-tests"]
path = crates/swc_ecma_parser/tests/test262-parser
url = https://github.com/tc39/test262-parser-tests.git
shallow = true
ignore = dirty
[submodule "html/html5lib-tests"]
path = crates/swc_html_parser/tests/html5lib-tests
url = https://github.com/html5lib/html5lib-tests.git
shallow = true
ignore = dirty
[submodule "crates/swc_ecma_transforms_proposal/tests/decorator-tests"]
path = crates/swc_ecma_transforms_proposal/tests/decorator-tests
url = https://github.com/evanw/decorator-tests