diff --git a/config/config_files/workflows/check_config.yaml b/config/config_files/workflows/check_config.yaml index 6d91cf2d5..13ea9bef6 100644 --- a/config/config_files/workflows/check_config.yaml +++ b/config/config_files/workflows/check_config.yaml @@ -48,10 +48,10 @@ jobs: working-directory: client/src run: diff setupLocalhost.mjs <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/setupLocalhost.mjs) - - name: Compare remote src/setupTests/setupTests.ts to local - working-directory: client/src/setupTests - run: diff setupTests.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/setupTests/setupTests.ts) + - name: Compare remote src/test-utils/setupTests.ts to local + working-directory: client/src/test-utils + run: diff setupTests.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/test-utils/setupTests.ts) - - name: Compare remote src/setupTests/mockLocalStorage.ts to local - working-directory: client/src/setupTests - run: diff mockLocalStorage.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/setupTests/mockLocalStorage.ts) + - name: Compare remote src/test-utils/mockLocalStorage.ts to local + working-directory: client/src/test-utils + run: diff mockLocalStorage.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/test-utils/mockLocalStorage.ts)