1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 10:40:06 +00:00

chore(sasjs-tests): add missing dependency

This commit is contained in:
Krishna Acondy
2020-07-22 19:55:14 +01:00
parent 69d088a9c6
commit 3c5988aacf

View File

@@ -24,7 +24,7 @@ const App = (): ReactElement<{}> => {
sasjsRequestTests(adapter),
]);
}
}, [debug, adapter]);
}, [debug, adapter, config]);
useEffect(() => {
if (appLoc && adapter) {