File: CONTRIBUTING.md

package info (click to toggle)
node-glob 10.3.6%2B~cs0.4.15-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,012 kB
  • sloc: javascript: 1,348; sh: 191; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Any change to behavior (including bugfixes) must come with a test.

Patches that fail tests or reduce performance will be rejected.

```sh
# to run tests
npm test

# to re-generate test fixtures
npm run test-regen

# to benchmark against bash/zsh
npm run bench

# to profile javascript
npm run prof
```