1.0.12 • Published 6 years ago

@galante/gui-test v1.0.12

Weekly downloads
14
License
ISC
Repository
-
Last release
6 years ago

Documents:

npm version <update_type> where <update_type> is one of the semantic versioning release types, patch, minor, or major.

then npm publish

##Babel You will probably have to create a babelrc file in your test folder. You already runs babel 7 in your project there should be good changes that you dont need to create the file.

##Send CLI arguments send parameters via npm script "scripts": { "test": "node ./test/index.js --environment dev --language dk", },

send arguments to npm script npm test -- --environment dev -- --language dk

The two examples above will do the same