unit-test-league-of-legends
v1.0.1
Published
Random LoL Champion sound when your unit tests are executed
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-legendsImport
Add the following lines in your package.json :
"jest": {
"reporters": [
"default",
"<rootDir>/node_modules/unit-test-lol"
]
}