unit-test-league-of-legends
v1.0.1
Published
Random LoL Champion sound when your unit tests are executed
Downloads
1
Readme
Unit Test League of Legends
About
Random LoL Champion sound when your unit tests are executed Edit
Requirements
- Jest environment
Getting Started
Instalation
npm install unit-test-league-of-legends
Import
Add the following lines in your package.json
:
"jest": {
"reporters": [
"default",
"<rootDir>/node_modules/unit-test-lol"
]
}