mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Flag to disable running tests
This is needed for testing Spectator.
This commit is contained in:
parent
cd86687dfb
commit
c77a85c97a
2 changed files with 29 additions and 16 deletions
|
@ -1,2 +1,5 @@
|
|||
require "spec"
|
||||
require "../src/spectator"
|
||||
|
||||
# Prevent Spectator from trying to run tests.
|
||||
Spectator.autorun = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue