Как выполнить модульное тестирование вызовов API с помощью mocked fetch () в реактивном режиме с Jest

Используя описание вместо desc для таблицы2,

update
  table1
set
  value = (select code from table2 where description = table1.value)
where
  exists (select 1 from table2 where description = table1.value)
  and
  table1.updatetype = 'blah'
;
30
задан Ronan Boiteau 19 June 2018 в 22:15
поделиться