Skip to content

Commit

Permalink
Merge pull request #581 from gemini-testing/TESTPLANE-135.pwt_import_…
Browse files Browse the repository at this point in the history
…ts_config

fix(pwt): correctly import ts config with types
  • Loading branch information
DudaGod authored Jul 24, 2024
2 parents e7ac847 + bf26015 commit b2546dc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions lib/bundle/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const setupTransformHook = (): VoidFunction => {
babelrc: false,
configFile: false,
compact: false,
presets: [require('@babel/preset-typescript')],
plugins: [
require('@babel/plugin-transform-modules-commonjs')
]
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"license": "MIT",
"peerDependencies": {
"hermione": ">=8.0.0",
"testplane": "*",
"playwright": "*"
"playwright": "*",
"testplane": "*"
},
"peerDependenciesMeta": {
"hermione": {
Expand All @@ -83,6 +83,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.5",
"@gemini-testing/commander": "^2.15.3",
"@gemini-testing/sql.js": "^2.0.0",
"ansi-html-community": "^0.0.8",
"axios": "1.6.3",
Expand Down Expand Up @@ -122,7 +123,6 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@gemini-testing/commander": "^2.15.3",
"@gravity-ui/components": "^3.7.0",
"@gravity-ui/uikit": "^6.20.0",
"@playwright/test": "^1.44.1",
Expand Down

0 comments on commit b2546dc

Please sign in to comment.