Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test-community-packages / test / test_community_packages_test.gleam
269 B 15 lines
1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: 2023 The Gleam contributors 3 4import gleeunit 5import gleeunit/should 6 7pub fn main() { 8 gleeunit.main() 9} 10 11// gleeunit test functions end in `_test` 12pub fn hello_world_test() { 13 1 14 |> should.equal(1) 15}