File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 44
55## Installation
66
7- - Running ` npm install ` in the module's root directory will install everything you need for development.
7+ - Running ` npm install ` in the module's root directory will install everything you need for development.
88
99## Running Tests
1010
11- - ` npm test ` will run the tests once.
12-
13- - ` npm run test:coverage ` will run the tests and produce a coverage report in ` coverage/ ` .
14-
15- - ` npm run test:watch ` will run the tests on every change.
11+ - ` npm test ` will run the tests once.
12+ - ` npm run test:coverage ` will run the tests and produce a coverage report in ` coverage/ ` .
13+ - ` npm run test:watch ` will run the tests on every change.
1614
1715## Building
1816
19- - ` npm run build ` will build the module for publishing to npm.
20-
21- - ` npm run clean ` will delete built resources.
17+ - ` npm run build ` will build the module for publishing to npm.
18+ - ` npm run clean ` will delete built resources.
You can’t perform that action at this time.
0 commit comments