Browse Source

test added to JS unit test runner

Mantas 5 years ago
parent
commit
dabb415b8b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      spec/system/js/q_unit_spec.rb

+ 4 - 0
spec/system/js/q_unit_spec.rb

@@ -30,6 +30,10 @@ RSpec.describe 'QUnit', type: :system, authenticated: false, set_up: true, webso
       q_unit_tests('ui')
     end
 
+    it 'Local storage' do
+      q_unit_tests('local_storage')
+    end
+
     it 'Model' do
       async_q_unit_tests('model')
     end