Skip to content

Commit 1e759b6

Browse files
committed
rm unnecessary test
1 parent dadc083 commit 1e759b6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/cjs_parse.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -731,18 +731,6 @@ mod test {
731731
tester.assert_exports(vec!["A", "B", "C"]);
732732
}
733733

734-
#[test]
735-
fn exports_assignment_in_logical_or_expression() {
736-
let tester = parse_cjs(
737-
r#"
738-
"use strict";
739-
exports.Foo = exports.Foo || {};
740-
"#,
741-
);
742-
743-
tester.assert_exports(vec!["Foo"]);
744-
}
745-
746734
#[test]
747735
fn rollup_babel_reexport_getter() {
748736
let tester = parse_cjs(

0 commit comments

Comments
 (0)