Galooshi/import-js

View on GitHub
.projections.json

Summary

Maintainability
Test Coverage
{
  "lib/*.js": {
    "alternate": "lib/__tests__/{}-test.js",
    "type": "source",
    "dispatch": "npm run --silent jest __tests__/{}-test.js"
  },
  "lib/__tests__/*-test.js": {
    "alternate": "lib/{}.js",
    "type": "test",
    "dispatch": "npm run --silent jest {file}"
  }
}