Sha256: 847bf6f422217220aa315e90e70512e38a5841ce4c1a64bdc1fc585a8d975ddf

Contents?: true

Size: 914 Bytes

Versions: 9

Compression:

Stored size: 914 Bytes

Contents

{
    "verbose": true,
    "notify": false,
    "testMatch": [ "**/?(*.)(spec|test).js?(x)" ],
    "rootDir": "<%= controlling_extension.root_path %>",
    "setupTestFrameworkScriptFile": "<rootDir>/spec/client/setup.js",
    "moduleFileExtensions": [ "", "js", "jsx", "json", "css", "less", "scss" ],
    "transformIgnorePatterns": [
        "/node_modules/(?!flexboxgrid)"
    ],
    "roots": [
        "<%= extension_path %>/client",
        "<%= extension_path %>/spec"
    ],
    "modulePaths": [
        <%= module_paths.map{|mod| "\"#{mod}\"" }.join(", ") %>,
        "<%= hippo_root_path %>/lib/js/jest/stubs"
    ],
    "moduleNameMapper": {
        "\\.(css|less|scss)$": "identity-obj-proxy",
        "flexboxgrid": "identity-obj-proxy"
    },
    "transform": {
        "^.+\\.jsx?$": "<rootDir>/config/jest/babel-transform.js",
        "^.+\\.yml$":  "<rootDir>/config/jest/yaml-transform.js"
    }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 config/jest.config.json
hippo-fw-0.9.8 config/jest.config.json
hippo-fw-0.9.7 config/jest.config.json
hippo-fw-0.9.6 config/jest.config.json
hippo-fw-0.9.5 config/jest.config.json
hippo-fw-0.9.4 config/jest.config.json
hippo-fw-0.9.3 config/jest.config.json
hippo-fw-0.9.2 config/jest.config.json
hippo-fw-0.9.1 config/jest.config.json