Skip to content

Commit

Permalink
Fixed some spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Feb 20, 2024
1 parent f7fdd69 commit b320b4e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
labels:
- "dependencies"
- "E2E Tests"
- "TE"
- "TE"
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
run: |
REPORT_NAME="blockwishlist_$(date +%Y-%m-%d)-${{ env.PS_VERSION }}"
curl -v "https://api-nightly.prestashop-project.org/import/report/playwright?token=${{ secrets.NIGHTLY_TOKEN }}&filename=${REPORT_NAME}.json"
curl -v "https://api-nightly.prestashop-project.org/import/report/playwright?token=${{ secrets.NIGHTLY_TOKEN }}&filename=${REPORT_NAME}.json"
46 changes: 23 additions & 23 deletions tests/UI/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"module": "es2022",
"target": "es2017",
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowJs": true,
"downlevelIteration": true,
"baseUrl": "./",
"paths": {},
"typeRoots": [
"node_modules/@types"
],
"skipLibCheck": true,
"noEmit": true
},
"include": ["types/global.d.ts", "campaigns/**/*"],
"exclude": ["node_modules"]
}
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"module": "es2022",
"target": "es2017",
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowJs": true,
"downlevelIteration": true,
"baseUrl": "./",
"paths": {},
"typeRoots": [
"node_modules/@types"
],
"skipLibCheck": true,
"noEmit": true
},
"include": ["types/global.d.ts", "campaigns/**/*"],
"exclude": ["node_modules"]
}
2 changes: 1 addition & 1 deletion tests/UI/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ declare global {
var browserErrors: GlobalBrowserErrors;
}

export {};
export {};

0 comments on commit b320b4e

Please sign in to comment.