Sha256: 94fb2d8e40cbb99479eb4ec55e07710e8df82af2e9ef246bc8b7fd1c9de90498

Contents?: true

Size: 314 Bytes

Versions: 22

Compression:

Stored size: 314 Bytes

Contents

module.exports = {
  rootDir: "src",
  testEnvironment: "jsdom",
  transform: {
    "^.+\\.(j|t)sx?$": "babel-jest",
  },
  moduleNameMapper: {
    "\\.(css)$": "identity-obj-proxy",
    "single-spa-react/parcel": "single-spa-react/lib/cjs/parcel.cjs",
  },
  setupFilesAfterEnv: ["@testing-library/jest-dom"],
};

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
openc3-5.20.0 templates/tool_react/jest.config.js
openc3-5.19.0 templates/tool_react/jest.config.js
openc3-5.18.0 templates/tool_react/jest.config.js
openc3-5.17.1 templates/tool_react/jest.config.js
openc3-5.17.0 templates/tool_react/jest.config.js
openc3-5.16.0 templates/tool_react/jest.config.js
openc3-5.15.2 templates/tool_react/jest.config.js
openc3-5.15.1 templates/tool_react/jest.config.js
openc3-5.15.0 templates/tool_react/jest.config.js
openc3-5.14.2 templates/tool_react/jest.config.js
openc3-5.14.1 templates/tool_react/jest.config.js
openc3-5.14.0 templates/tool_react/jest.config.js
openc3-5.13.0 templates/tool_react/jest.config.js
openc3-5.12.0 templates/tool_react/jest.config.js
openc3-5.11.3 templates/tool_react/jest.config.js
openc3-5.11.2 templates/tool_react/jest.config.js
openc3-5.11.1 templates/tool_react/jest.config.js
openc3-5.11.0 templates/tool_react/jest.config.js
openc3-5.10.1 templates/tool_react/jest.config.js
openc3-5.10.0 templates/tool_react/jest.config.js