Skip to content

Commit

Permalink
fixture test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 29, 2024
1 parent 398e600 commit d5109c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/styled-jsx/transform/tests/fixture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ fn run(input: PathBuf, use_lightningcss: bool) {
},
&input,
&output,
Default::default(),
FixtureTestConfig {
allow_error: true,
..Default::default()
},
);
}

Expand Down

0 comments on commit d5109c6

Please sign in to comment.