Skip to content

Commit

Permalink
feat(jest-playwright): bump jestPlaywrightPresetVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielik20 committed Mar 13, 2023
1 parent 6be9147 commit e9603bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ module.exports = {
...rest,
preset: 'jest-playwright-preset',
displayName: '<%= name %>',
globals: {
'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' },
},
globals: {},
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
'^.+\\.[tj]sx?$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
},
testEnvironmentOptions: {
'jest-playwright': {
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-jest-playwright/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const jestPlaywrightPresetVersion = '^2.0.0';
export const playwrightVersion = '^1.30.0';
export const jestPlaywrightPresetVersion = '^3.0.0';
export const playwrightVersion = '^1.31.2';

0 comments on commit e9603bb

Please sign in to comment.