Skip to content

Instantly share code, notes, and snippets.

@Bikeshtri
Bikeshtri / pom.xml
Last active June 19, 2023 07:17
Newrelic
<dependency>
<groupId>com.newrelic.agent.java</groupId>
<artifactId>newrelic-java</artifactId>
<version>8.1.0</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
@Bikeshtri
Bikeshtri / test
Created January 23, 2020 09:13
test
test
@Bikeshtri
Bikeshtri / ultimate-ut-cheat-sheet.md
Created December 6, 2018 09:53 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai and Sinon

The Ultimate Unit Testing Cheat-sheet

For Mocha, Chai and Sinon

using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies