#!/usr/bin/env bats # Simple test to validate bats setup @test "bats is working" { true } @test "basic assertion works" { [ 1 -eq 1 ] }