Skip to content

Commit

Permalink
Add allowance for unexpected configurations in frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zayman2045 committed Feb 1, 2025
1 parent 6de5ca1 commit dad71d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/tests/frontend_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#[allow(unexpected_cfgs)]

#[cfg(test)]
pub mod tests {
use js_sys::Promise;
Expand Down

0 comments on commit dad71d1

Please sign in to comment.