near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

fix(init): new project's package.json has line breaks #82

Closed chadoh closed 2 years ago

chadoh commented 2 years ago

Add test to ensure that the package.json generated by near-runner-init is well-formatted, and update the script to format it.

Also stops removing the test-near-runner-init directory from the project after the test run, to make it easier to visually inspect a newly-created project. This directory is already gitignored.