1 2 3 4 5 6 7
# typed: strict # frozen_string_literal: true $LOAD_PATH.unshift File.expand_path("../src", __dir__) require "locusts" require "minitest/autorun"