Turn on random spec order in jasmine.yml

This commit is contained in:
Sage Ross 2022-01-15 17:53:59 -08:00 committed by Benjamin Neff
parent baeeee8e73
commit 37d440f91e
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -81,5 +81,4 @@ spec_dir: spec/javascripts
rack_options:
Host: '0.0.0.0'
# TODO: refactor tests, they shouldn't fail when they are run in a random order!
random: false
random: true