mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-18 09:30:06 +00:00
chore(sasjs-tests): add missing dependency
This commit is contained in:
@@ -24,7 +24,7 @@ const App = (): ReactElement<{}> => {
|
|||||||
sasjsRequestTests(adapter),
|
sasjsRequestTests(adapter),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}, [debug, adapter]);
|
}, [debug, adapter, config]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (appLoc && adapter) {
|
if (appLoc && adapter) {
|
||||||
|
|||||||
Reference in New Issue
Block a user