ngentest
Angular6+ Unit Test Generator For Components, Directive, Services, and Pipes
File Explorer
Download Latest Version (.zip)- express-server.js
- index.js
- class.template.js
- component.template.js
- directive.template.js
- injectable.template.js
- pipe.template.js
- class-test-gen.js
- common-test-gen.js
- component-test-gen.js
- directive-test-gen.js
- func-test-gen.js
- index.js
- injectable-test-gen.js
- pipe-test-gen.js
- typescript-parser.js
- util.js
- example.component.spec.ts
- example.component.ts
- example.directive.spec.ts
- example.directive.ts
- example.klass.spec.ts
- example.klass.ts
- example.pipe.spec.ts
- example.pipe.ts
- example.service.spec.ts
- example.service.ts
- example10.component.ts
- example2.component.spec.ts
- example2.component.ts
- example2.pipe.spec.ts
- example2.pipe.ts
- example2.service.spec.ts
- example2.service.ts
- example3.component.spec.ts
- example3.component.ts
- example4.component.spec.ts
- example4.component.ts
- example5.component.spec.ts
- example5.component.ts
- example6.component.spec.ts
- example6.component.ts
- example7.component.spec.ts
- example7.component.ts
- example8.component.spec.ts
- example8.component.ts
- example9.component.spec.ts
- example9.component.ts
- exampleX.component.spec.ts
- exampleX.component.ts
- index.js
- typescript-parser.spec.js
- util.spec.js
- .gitignore
- .nvmrc
- cli.js
- LICENSE.md
- ngentest.config.js
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vercel.json
# Installation Guide
1. Get the code
git clone https://github.com/allenhwkim/ngentest
Downloads the entire project code from GitHub to your computer.
cd ngentest
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install ngentest -D
Downloads and installs the libraries listed in package.json.
$ npm i
Type this command into your terminal and run it.
$ npm test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
