1// SPDX-FileCopyrightText: Copyright © 2022 The Fern Authors <team@fernproxy.io> 2// SPDX-License-Identifier: Apache-2.0 3 4#[cfg(test)] 5mod tests { 6 #[test] 7 fn it_works() {} 8}