Sha256: 0fa420b32f6939fc77c14275a4d908f8eea1ee8718f247e594586d79b9c41a5a

Contents?: true

Size: 309 Bytes

Versions: 9

Compression:

Stored size: 309 Bytes

Contents

{
    "preset": "<%= extension_path %>/config/jest.config.json",
    "roots": [
        "<%= extension_path %>/client",
        "<%= extension_path %>/spec"
    ],
    "modulePaths": [
        <%= module_paths.map{|mod| "\"#{mod}\"" }.join(", ") %>,
        "<%= hippo_root_path %>/lib/js/jest/stubs"
    ]
}

Version data entries

9 entries across 9 versions & 1 rubygems

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