# typed: true # frozen_string_literal: true require "test_helper" class TestLocusts < Minitest::Test def test_it_does_something_useful assert_nil ::Locusts::Locusts.introduceLocusts end end