Skip to content

Commit

Permalink
chore: trigger publish of runtime and jest config (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov authored Oct 2, 2024
1 parent 5c3b59e commit dfc169c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion config/jest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const unit = {
}

export const integration = {
testTimeout: 240_000,
testTimeout: 230_000,
extensionsToTreatAsEsm: ['.ts', '.tsx', '.mts'],
transformIgnorePatterns: ['/node_modules/?!(camelcase)'],
testRegex: '/integration/.*\\.test\\.(ts|tsx)$',
Expand Down
1 change: 1 addition & 0 deletions runtime/code-runtime/src/jest.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { integration } from '@atls/config-jest'
export { unit } from '@atls/config-jest'

export { runCLI } from '@jest/core'

0 comments on commit dfc169c

Please sign in to comment.