summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-30 17:32:48 +0200
committerGitHub <noreply@github.com>2020-05-30 17:32:48 +0200
commit550556e948e750dc64039dcffd311752cf8312fd (patch)
treedf52534e766d1ba2ee33603abd373344c3df4c1c /cli/tests/integration_tests.rs
parent8b037364ac269b7887f3420fefb38be8d0693e9e (diff)
fix: ES private fields parsing in SWC (#5964)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 0a50190d2..6ab204082 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -1827,6 +1827,11 @@ itest!(fix_js_imports {
output: "fix_js_imports.ts.out",
});
+itest!(es_private_fields {
+ args: "run --quiet --reload es_private_fields.js",
+ output: "es_private_fields.js.out",
+});
+
itest!(proto_exploit {
args: "run proto_exploit.js",
output: "proto_exploit.js.out",