-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alberto Fernández-Capel
authored
Sep 6, 2023
1 parent
0826b81
commit 9f3aad7
Showing
101 changed files
with
1,620 additions
and
2,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
module.exports = { | ||
env: { | ||
browser: true, | ||
es2021: true | ||
}, | ||
extends: ["eslint:recommended"], | ||
overrides: [ | ||
{ | ||
env: { | ||
node: true | ||
}, | ||
files: [".eslintrc.{js,cjs}"], | ||
parserOptions: { | ||
sourceType: "script" | ||
} | ||
} | ||
], | ||
parserOptions: { | ||
ecmaVersion: "latest", | ||
sourceType: "module" | ||
}, | ||
rules: { | ||
"comma-dangle": "error", | ||
"curly": ["error", "multi-line"], | ||
"getter-return": "off", | ||
"no-console": "off", | ||
"no-duplicate-imports": ["error"], | ||
"no-multi-spaces": ["error", { "exceptions": { "VariableDeclarator": true }}], | ||
"no-multiple-empty-lines": ["error", { "max": 2 }], | ||
"no-self-assign": ["error", { "props": false }], | ||
"no-trailing-spaces": ["error"], | ||
"no-unused-vars": ["error", { argsIgnorePattern: "_*" }], | ||
"no-useless-escape": "off", | ||
"no-var": ["error"], | ||
"prefer-const": ["error"], | ||
"semi": ["error", "never"] | ||
}, | ||
globals: { | ||
test: true, | ||
setup: true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import { devices } from "@playwright/test" | ||
|
||
const config = { | ||
projects: [ | ||
{ | ||
name: "chrome", | ||
use: { ...devices["Desktop Chrome"] } | ||
}, | ||
{ | ||
name: "firefox", | ||
use: { ...devices["Desktop Firefox"] } | ||
} | ||
], | ||
retries: 2, | ||
testDir: "./src/tests/", | ||
testMatch: /(functional|integration)\/.*_tests\.js/, | ||
webServer: { | ||
command: "yarn start", | ||
url: "http://localhost:9000/src/tests/fixtures/test.js", | ||
timeout: 120 * 1000, | ||
// eslint-disable-next-line no-undef | ||
reuseExistingServer: !process.env.CI | ||
}, | ||
use: { | ||
baseURL: "http://localhost:9000/" | ||
} | ||
} | ||
|
||
export default config |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
src/core/drive/error_renderer.ts → src/core/drive/error_renderer.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
9f3aad7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't wait for this tag and release.
9f3aad7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
goodbye our beloved types, thank you for sharing your short but happy life with us
9f3aad7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤡🤡🤡
9f3aad7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea what Turbo is about but I know full well now what not to use