3.13.2-ts.3 • Published 5 months ago

@rbxts-js/jest-config v3.13.2-ts.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

jest-config

Upstream: https://github.com/facebook/jest/tree/v27.4.7/packages/jest-config


:pencil2: Notes

  • since Lua projects don't store external modules in node_modules directory testPathIgnorePatterns will not include this directory by default
  • running tests concurrently is not supported at the moment

Todo

  • support for globalSetup and globalTeardown options
  • support for coverageReporters option

API deviation

  • projects option needs to receive a list of Instance objects
  • rootDir options needs to receive an Instance

Unsupported global config options

  • changedFilesWithAncestor
  • collectCoverage
  • collectCoverageFrom
  • collectCoverageOnlyFrom
  • coverageDirectory
  • coveragePathIgnorePatterns
  • coverageProvider
  • coverageReporters
  • coverageThreshold
  • detectLeaks
  • detectOpenHandles
  • findRelatedTests
  • forceExit
  • globalTeardown
  • lastCommit
  • logHeapUsage
  • noSCM
  • notifyMode
  • onlyChanged
  • onlyFailures
  • replname
  • reporters
  • snapshotFormat
  • errorOnDeprecated
  • testResultsProcessor
  • testSequencer
  • useStderr
  • watch
  • watchAll
  • watchman
  • watchPlugins

Unsupported global config options

  • cache
  • cacheDirectory
  • coveragePathIgnorePatterns
  • cwd
  • dependencyExtractor
  • detectLeaks
  • detectOpenHandles
  • errorOnDeprecated
  • extensionsToTreatAsEsm
  • extraGlobals
  • forceCoverageMatch
  • globalSetup
  • globalTeardown
  • globals
  • haste
  • moduleDirectories
  • moduleFileExtensions
  • moduleLoader
  • moduleNameMapper
  • modulePathIgnorePatterns
  • modulePaths
  • prettierPath
  • resolver
  • setupFiles
  • setupFilesAfterEnv
  • skipNodeResolution
  • snapshotResolver
  • snapshotFormat
  • testRunner
  • testURL
  • transform
  • transformIgnorePatterns
  • watchPathIgnorePatterns
  • unmockedModulePathPatterns

Unsupported CLI options

  • cache
  • cacheDirectory
  • changedFilesWithAncestor
  • collectCoverage
  • collectCoverageFrom
  • collectCoverageOnlyFrom
  • coverageDirectory
  • coveragePathIgnorePatterns
  • coverageReporters
  • coverageThreshold
  • findRelatedTests
  • forceExit
  • globalSetup
  • globalTeardown
  • haste
  • lastCommit
  • logHeapUsage
  • moduleFileExtensions
  • moduleNameMapper
  • modulePathIgnorePatterns
  • modulePaths
  • notifyMode
  • onlyChanged
  • onlyFailures
  • prettierPath
  • resolver
  • setupFiles
  • setupFilesAfterEnv
  • testResultsProcessor
  • testRunner
  • testSequencer
  • testURL
  • transform
  • transformIgnorePatterns
  • unmockedModulePathPatterns
  • useStderr
  • watch
  • watchAll
  • watchman
  • watchPathIgnorePatterns