Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Feb 2, 2024
1 parent 8f9cf86 commit a41cf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app-tests/loading-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe("loading:", function () {
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
},
features: {
"feature_rust_crypto": false,
feature_rust_crypto: false,
},
...(opts.config ?? {}),
} as IConfigOptions;
Expand Down

0 comments on commit a41cf21

Please sign in to comment.