Skip to content

Instantly share code, notes, and snippets.

@kawasako
Last active July 10, 2016 09:45
Show Gist options
  • Save kawasako/6abfcf2bfa4e6cbf7f4717754a2abb92 to your computer and use it in GitHub Desktop.
Save kawasako/6abfcf2bfa4e6cbf7f4717754a2abb92 to your computer and use it in GitHub Desktop.
npm run test
> string2object@0.0.1 test /Users/username/Develop/string2object.js
> npm run build && npm run test-build && node test/build/index.js
> string2object@0.0.1 build /Users/username/Develop/string2object.js
> babel src --out-dir lib
src/string2object.js -> lib/string2object.js
> string2object@0.0.1 test-build /Users/username/Develop/string2object.js
> babel test/src --out-dir test/build
test/src/index.js -> test/build/index.js
Success test: Convert string of Object.
Success test: Convert string of single quote Object.
Success test: Convert string of JSON.
Success test: Convert string of Array.
Success test: Convert string of nested Object.
Success test: Convert string.
Success test: Can't do function.
Success test: Can't do function. - take 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment