Sha256: 938a60b8ecfca5d6b17700ab30d1bcb38503950199fdde202149706816b6b9af
Contents?: true
Size: 545 Bytes
Versions: 1
Compression:
Stored size: 545 Bytes
Contents
{ "devDependencies": { "babel-jest": "^24.9.0", "fetch-mock": "~5.13.1", "jest": "^24.9.0", "@types/jest": "^24.9.0" }, "scripts": { "start": "./bin/webpack-dev-server", "test": "node_modules/.bin/jest", "test:dev": "node_modules/.bin/jest --notify --watch" }, "jest": { "automock": false, "roots": ["spec/javascript", "app/javascript"], "moduleDirectories": ["node_modules", "app/javascript"], "setupFiles": ["./spec/javascript/support/enzyme.js"], "testURL": "http://localhost/" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
make_it_so-0.6.0 | snippets/rails/js_jest_testing_deps.json |