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:
@@ -24,7 +24,7 @@ const App = (): ReactElement<{}> => {
|
||||
sasjsRequestTests(adapter),
|
||||
]);
|
||||
}
|
||||
}, [debug, adapter]);
|
||||
}, [debug, adapter, config]);
|
||||
|
||||
useEffect(() => {
|
||||
if (appLoc && adapter) {
|
||||
|
||||
Reference in New Issue
Block a user