Skip to content

create-react-native-module 0.8.0

Compare
Choose a tag to compare
@brodycj brodycj released this 06 Apr 00:58
· 314 commits to master since this release
  • testing: Quick mocking of console logging in a single test
  • cleanup: cleanup internal lib function names & arguments
  • testing: move injection I/O options into a hidden argument
  • testing: test lib-cli-command func using Jest mock
  • fix func in lib/cli-command.js to return a promise
  • testing: add tests/mocked-lib-windows-defaults
  • testing: cleanup mocked-lib-with-config-options-windows
  • testing: fully mocked library test for Windows
  • testing: fully mocked library test with example
  • cleanup: simpler ENOENT error message test
  • cleanup: throw TypeError in case of missing name
  • remove mockable jsonfile option from lib API
  • cleanup: cleanup imports in lib/lib.js
  • Use real execa in place of fake internal execa object
  • Drop support for React Native pre-0.59
  • testing: Windows unit test with config options (#70)
  • testing: check cli-command object
  • testing: jsonfile test updates & fixes (#68)
  • cleanup internal updatePlatformInFile function (#64)
  • cleanup templates/*.js: remove zero max-len lines (#62)
  • testing: add and move some test scripts
  • Merge pull request #59 from brodybits/general-test-updates