test added to JS unit test runner
This commit is contained in:
parent
e4bd02e4d3
commit
dabb415b8b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue