Skip to content

Commit a10c0f6

Browse files
authored
Fix first line in readme
1 parent 782237e commit a10c0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/andywer/leakage.svg?branch=master)](https://travis-ci.org/andywer/leakage) [![NPM Version](https://img.shields.io/npm/v/leakage.svg)](https://www.npmjs.com/package/leakage) [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
44

5-
Write leakage tests using your favorite test runner (Mocha, Jest, AVA, ...).
5+
Write leakage tests using Mocha or another test runner of your choice.
66

77
Does not only support spotting and fixing memory leaks, but writing tests also enables you to prevent regressions and show that the code does not leak.
88

0 commit comments

Comments
 (0)