mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
6 lines
138 B
Crystal
6 lines
138 B
Crystal
|
module Spectator
|
||
|
# Provides customization and describes specifics for how Spectator will run and report tests.
|
||
|
class Config
|
||
|
end
|
||
|
end
|