test added to JS unit test runner

This commit is contained in:
Mantas 2019-09-18 12:08:58 +03:00
parent e4bd02e4d3
commit dabb415b8b

View file

@ -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